Skip to content

Commit

Permalink
Merge pull request #2465 from dominikbraun/2092-iface-prefix-docs
Browse files Browse the repository at this point in the history
Add container_iface_prefix option to documentation
  • Loading branch information
thaJeztah authored Apr 24, 2020
2 parents 9fee14a + 84a07a9 commit 2c37970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/commandline/network_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,12 @@ equivalent docker daemon flags used for docker0 bridge:

| 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_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.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
network driver, again with their approximate equivalents to `docker daemon`.
Expand Down

0 comments on commit 2c37970

Please sign in to comment.