mirror of https://github.com/docker/cli.git
Add container_iface_prefix option to documentation
Signed-off-by: dominikbraun <braun@sternentstehung.de>
(cherry picked from commit 84a07a9977
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d25e657341
commit
2dc593f67f
|
@ -170,11 +170,12 @@ equivalent docker daemon flags used for docker0 bridge:
|
||||||
|
|
||||||
| Option | Equivalent | Description |
|
| Option | Equivalent | Description |
|
||||||
|--------------------------------------------------|-------------|-------------------------------------------------------|
|
|--------------------------------------------------|-------------|-------------------------------------------------------|
|
||||||
| `com.docker.network.bridge.name` | - | bridge name to be used when creating the Linux bridge |
|
| `com.docker.network.bridge.name` | - | Bridge name to be used when creating the Linux bridge |
|
||||||
| `com.docker.network.bridge.enable_ip_masquerade` | `--ip-masq` | Enable IP masquerading |
|
| `com.docker.network.bridge.enable_ip_masquerade` | `--ip-masq` | Enable IP masquerading |
|
||||||
| `com.docker.network.bridge.enable_icc` | `--icc` | Enable or Disable Inter Container Connectivity |
|
| `com.docker.network.bridge.enable_icc` | `--icc` | Enable or Disable Inter Container Connectivity |
|
||||||
| `com.docker.network.bridge.host_binding_ipv4` | `--ip` | Default IP when binding container ports |
|
| `com.docker.network.bridge.host_binding_ipv4` | `--ip` | Default IP when binding container ports |
|
||||||
| `com.docker.network.driver.mtu` | `--mtu` | Set the containers network MTU |
|
| `com.docker.network.driver.mtu` | `--mtu` | Set the containers network MTU |
|
||||||
|
| `com.docker.network.container_interface_prefix` | - | Set a custom prefix for container interfaces |
|
||||||
|
|
||||||
The following arguments can be passed to `docker network create` for any
|
The following arguments can be passed to `docker network create` for any
|
||||||
network driver, again with their approximate equivalents to `docker daemon`.
|
network driver, again with their approximate equivalents to `docker daemon`.
|
||||||
|
|
Loading…
Reference in New Issue