better command docker network create -h output

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2016-07-16 15:32:17 +08:00
committed by Tibor Vass
parent 6a983cc502
commit eb0a4426e2
3 changed files with 13 additions and 13 deletions

View File

@ -596,7 +596,7 @@ root@3cce0d3575f3:/# ip -6 route
default via 2001:db8:abc9::22 dev eth0 metric 1024
```
Start a second container with a specific `--ip4` address and ping the first host using ipv4 packets:
Start a second container with a specific `--ip4` address and ping the first host using IPv4 packets:
```
docker run --net=ipvlan140 --ip=192.168.140.10 -it --rm alpine /bin/sh