From e6b6512dfea43b0788d46c52ffa14b9871b6170b Mon Sep 17 00:00:00 2001 From: allencloud Date: Sat, 16 Jul 2016 15:32:17 +0800 Subject: [PATCH] better command `docker network create -h` output Signed-off-by: allencloud --- network/ipvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/ipvlan.md b/network/ipvlan.md index 7704c5758f..6018ea8a60 100644 --- a/network/ipvlan.md +++ b/network/ipvlan.md @@ -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