From a5353e55da6b5d99aee419694c57e4e39d657d78 Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Tue, 10 Dec 2024 09:44:59 +0000 Subject: [PATCH] Docs: include --fixed-cidr-v6 and --bip6 docker0 options Signed-off-by: Rob Murray --- docs/reference/commandline/network_create.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index 43c59ba3d0..396a6d81cb 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -165,13 +165,13 @@ The following arguments can be passed to `docker network create` for any network driver, again with their approximate equivalents to Docker daemon flags used for the docker0 bridge: -| Argument | Equivalent | Description | -|--------------|----------------|--------------------------------------------| -| `--gateway` | - | IPv4 or IPv6 Gateway for the master subnet | -| `--ip-range` | `--fixed-cidr` | Allocate IPs from a range | -| `--internal` | - | Restrict external access to the network | -| `--ipv6` | `--ipv6` | Enable or disable IPv6 networking | -| `--subnet` | `--bip` | Subnet for network | +| Argument | Equivalent | Description | +|--------------|-----------------------------------|--------------------------------------------| +| `--gateway` | - | IPv4 or IPv6 Gateway for the master subnet | +| `--ip-range` | `--fixed-cidr`, `--fixed-cidr-v6` | Allocate IPs from a range | +| `--internal` | - | Restrict external access to the network | +| `--ipv6` | `--ipv6` | Enable or disable IPv6 networking | +| `--subnet` | `--bip`, `--bip6` | Subnet for network | For example, let's use `-o` or `--opt` options to specify an IP address binding when publishing ports: