Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit a281183

Browse files
dominikbraunthaJeztah
authored andcommitted
Add container_iface_prefix option to documentation
Signed-off-by: dominikbraun <braun@sternentstehung.de> (cherry picked from commit 84a07a9977cb6eb186faa9eca0c98e24ffa96611) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 2dc593f67fb581c73d89e607be83c1358631819b Component: cli
1 parent e238f67 commit a281183

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

components/cli/docs/reference/commandline/network_create.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,12 @@ equivalent docker daemon flags used for docker0 bridge:
170170

171171
| Option | Equivalent | Description |
172172
|--------------------------------------------------|-------------|-------------------------------------------------------|
173-
| `com.docker.network.bridge.name` | - | bridge name to be used when creating the Linux bridge |
173+
| `com.docker.network.bridge.name` | - | Bridge name to be used when creating the Linux bridge |
174174
| `com.docker.network.bridge.enable_ip_masquerade` | `--ip-masq` | Enable IP masquerading |
175175
| `com.docker.network.bridge.enable_icc` | `--icc` | Enable or Disable Inter Container Connectivity |
176176
| `com.docker.network.bridge.host_binding_ipv4` | `--ip` | Default IP when binding container ports |
177177
| `com.docker.network.driver.mtu` | `--mtu` | Set the containers network MTU |
178+
| `com.docker.network.container_interface_prefix` | - | Set a custom prefix for container interfaces |
178179

179180
The following arguments can be passed to `docker network create` for any
180181
network driver, again with their approximate equivalents to `docker daemon`.

0 commit comments

Comments
 (0)