mirror of https://github.com/docker/docs.git
Merge pull request #451 from aboch/movl
Clarify the mtu option is supported by overlay driver
This commit is contained in:
commit
66a183b254
|
@ -119,6 +119,8 @@ equivalent docker daemon flags used for docker0 bridge:
|
|||
| `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 |
|
||||
|
||||
The `com.docker.network.driver.mtu` option is also supported by the `overlay` driver.
|
||||
|
||||
The following arguments can be passed to `docker network create` for any network driver.
|
||||
|
||||
| Argument | Equivalent | Description |
|
||||
|
|
Loading…
Reference in New Issue