From eb0a4426e210c322abe9635a27e36091d55b62fa 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 --- docs/reference/commandline/network_create.md | 18 +++++++++--------- experimental/vlan-networks.md | 2 +- man/docker-network-create.1.md | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index bb08c07652..b6039734fe 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -16,19 +16,19 @@ Usage: docker network create [OPTIONS] Create a network Options: - --aux-address value auxiliary ipv4 or ipv6 addresses used by Network + --aux-address value Auxiliary IPv4 or IPv6 addresses used by Network driver (default map[]) -d, --driver string Driver to manage the Network (default "bridge") - --gateway value ipv4 or ipv6 Gateway for the master subnet (default []) + --gateway value IPv4 or IPv6 Gateway for the master subnet (default []) --help Print usage - --internal restricts external access to the network - --ip-range value allocate container ip from a sub-range (default []) + --internal Restrict external access to the network + --ip-range value Allocate container ip from a sub-range (default []) --ipam-driver string IP Address Management Driver (default "default") - --ipam-opt value set IPAM driver specific options (default map[]) - --ipv6 enable IPv6 networking + --ipam-opt value Set IPAM driver specific options (default map[]) + --ipv6 Enable IPv6 networking --label value Set metadata on a network (default []) -o, --opt value Set driver specific options (default map[]) - --subnet value subnet in CIDR format that represents a + --subnet value Subnet in CIDR format that represents a network segment (default []) ``` @@ -163,9 +163,9 @@ network driver, again with their approximate equivalents to `docker daemon`. | Argument | Equivalent | Description | |--------------|----------------|--------------------------------------------| -| `--gateway` | - | ipv4 or ipv6 Gateway for the master subnet | +| `--gateway` | - | IPv4 or IPv6 Gateway for the master subnet | | `--ip-range` | `--fixed-cidr` | Allocate IPs from a range | -| `--internal` | - | Restricts external access to the network | +| `--internal` | - | Restrict external access to the network | | `--ipv6` | `--ipv6` | Enable IPv6 networking | | `--subnet` | `--bip` | Subnet for network | diff --git a/experimental/vlan-networks.md b/experimental/vlan-networks.md index 7704c5758f..6018ea8a60 100644 --- a/experimental/vlan-networks.md +++ b/experimental/vlan-networks.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 diff --git a/man/docker-network-create.1.md b/man/docker-network-create.1.md index 0ca1c4cc79..1505339df8 100644 --- a/man/docker-network-create.1.md +++ b/man/docker-network-create.1.md @@ -144,19 +144,19 @@ to create an externally isolated `overlay` network, you can specify the # OPTIONS **--aux-address**=map[] - Auxiliary ipv4 or ipv6 addresses used by network driver + Auxiliary IPv4 or IPv6 addresses used by network driver **-d**, **--driver**=*DRIVER* Driver to manage the Network bridge or overlay. The default is bridge. **--gateway**=[] - ipv4 or ipv6 Gateway for the master subnet + IPv4 or IPv6 Gateway for the master subnet **--help** Print usage **--internal** - Restricts external access to the network + Restrict external access to the network **--ip-range**=[] Allocate container ip from a sub-range