docs: Fix wrong bridge driver option

Signed-off-by: OKA Naoya <git@okanaoya.com>
This commit is contained in:
OKA Naoya 2021-02-26 23:54:14 +09:00
parent 70a00157f1
commit 10e909a26c
No known key found for this signature in database
GPG Key ID: 8FDDF80855AFBD72
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ equivalent docker daemon flags used for docker0 bridge:
| `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 |
| `com.docker.network.container_iface_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`.