mirror of https://github.com/docker/docs.git
correct example for --aux-address parameter
This commit is contained in:
parent
978b1ac964
commit
7f4313978d
|
@ -59,6 +59,7 @@ $ docker network create -d macvlan \
|
||||||
--subnet=192.168.32.0/24 \
|
--subnet=192.168.32.0/24 \
|
||||||
--ip-range=192.168.32.128/25 \
|
--ip-range=192.168.32.128/25 \
|
||||||
--gateway=192.168.32.254 \
|
--gateway=192.168.32.254 \
|
||||||
|
--aux-address="my-router=192.168.32.129" \
|
||||||
-o parent=eth0 macnet32
|
-o parent=eth0 macnet32
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue