You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2021. It is now read-only.
# --host-interface is the master interface, eth0, eth1 etc. The docker network create needs to correspond to that subnet for bridge mode
62
61
```
63
62
64
63
**3.** Create a network with Docker
65
64
66
65
**Note** the subnet needs to correspond to the master interface. In this example, the nic `eth1` is attached to a subnet `192.168.1.0/24`. The container needs to be on the same *broadast domain* as the default gateway. In this case it is a router with the address of `192.168.1.1`.
67
66
68
-
*TODO is to honor the Docker opts that will enable multiple master interfaces for
69
-
subinterfaces and other ethX interfaces at once. Opts from Docker network are parsed, just not honored. Adding that to a native driver into
70
-
libnetwork will be easier and more likely then anyone doing it here.*
0 commit comments