Skip to content

Commit a5353e5

Browse files
committed
Docs: include --fixed-cidr-v6 and --bip6 docker0 options
Signed-off-by: Rob Murray <[email protected]>
1 parent e554bfe commit a5353e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/commandline/network_create.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ The following arguments can be passed to `docker network create` for any
165165
network driver, again with their approximate equivalents to Docker daemon
166166
flags 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

176176
For example, let's use `-o` or `--opt` options to specify an IP address binding
177177
when publishing ports:

0 commit comments

Comments
 (0)