I have a docker running on the CentOS 7. CentOS has two physical NIC. Now i want to assign two interfaces to my docker container endpoint, lets say net1 and net2. Now net1 should talk to eth0 and net2 to eth1 on the host. Currently endpoint is talking to only eth0 via net1.
I used bridge as well as host drivers. Is this scenario supported?