mirror of https://github.com/docker/docs.git
commit
f10eb36dc5
|
|
@ -89,7 +89,7 @@ $ docker network create -d ipvlan \
|
||||||
--subnet=192.168.212.0/24 \
|
--subnet=192.168.212.0/24 \
|
||||||
--gateway=192.168.210.254 \
|
--gateway=192.168.210.254 \
|
||||||
--gateway=192.168.212.254 \
|
--gateway=192.168.212.254 \
|
||||||
-o ipvlan_mode=l2 ipvlan210
|
-o ipvlan_mode=l2 -o parent=eth0 ipvlan210
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use IPv6
|
## Use IPv6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue