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.
**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`.
@@ -94,7 +95,7 @@ Docker networks are now persistant after a reboot. To remove all of the network
94
95
To run the plugin via Go for hacking simply run go with the `main.go` entry point and desired parameters. The same applies to the [gopher-net/ipvlan](https://github.com/gopher-net/ipvlan-docker-plugin) driver:
95
96
96
97
```
97
-
go run main.go -d --host-interface=eth1 --mode=bridge
98
+
go run main.go -d
98
99
```
99
100
100
101
Use [Godep](https://github.com/tools/godep) for dependencies.
0 commit comments