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 be70f9dd51
commit e6b6512dfe
1 changed files with 1 additions and 1 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