Fix mtu option in documentation

Signed-off-by: Alessandro Boch <aboch@docker.com>
master
Alessandro Boch 2016-09-02 15:39:22 -07:00 committed by Tibor Vass
parent 622f3bf19f
commit f9832ceac0
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ equivalent docker daemon flags used for docker0 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.mtu` | `--mtu` | Set the containers network MTU |
| `com.docker.network.driver.mtu` | `--mtu` | Set the containers network MTU |
The following arguments can be passed to `docker network create` for any
network driver, again with their approximate equivalents to `docker daemon`.