correct example for --aux-address parameter

This commit is contained in:
Deshi Xiao 2018-03-27 20:25:45 +08:00 committed by Joao Fernandes
parent 978b1ac964
commit 7f4313978d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ $ docker network create -d macvlan \
--subnet=192.168.32.0/24 \
--ip-range=192.168.32.128/25 \
--gateway=192.168.32.254 \
--aux-address="my-router=192.168.32.129" \
-o parent=eth0 macnet32
```