File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/reference/commandline Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -165,13 +165,13 @@ The following arguments can be passed to `docker network create` for any
165165network driver, again with their approximate equivalents to Docker daemon
166166flags used for the docker0 bridge:
167167
168- | Argument | Equivalent | Description |
169- | --------------| ----------------| --------------------------------------------|
170- | ` --gateway ` | - | IPv4 or IPv6 Gateway for the master subnet |
171- | ` --ip-range ` | ` --fixed-cidr ` | Allocate IPs from a range |
172- | ` --internal ` | - | Restrict external access to the network |
173- | ` --ipv6 ` | ` --ipv6 ` | Enable or disable IPv6 networking |
174- | ` --subnet ` | ` --bip ` | Subnet for network |
168+ | Argument | Equivalent | Description |
169+ | --------------| ----------------------------------- | --------------------------------------------|
170+ | ` --gateway ` | - | IPv4 or IPv6 Gateway for the master subnet |
171+ | ` --ip-range ` | ` --fixed-cidr ` , ` --fixed-cidr-v6 ` | Allocate IPs from a range |
172+ | ` --internal ` | - | Restrict external access to the network |
173+ | ` --ipv6 ` | ` --ipv6 ` | Enable or disable IPv6 networking |
174+ | ` --subnet ` | ` --bip ` , ` --bip6 ` | Subnet for network |
175175
176176For example, let's use ` -o ` or ` --opt ` options to specify an IP address binding
177177when publishing ports:
You can’t perform that action at this time.
0 commit comments