Merge pull request #451 from aboch/movl

Clarify the mtu option is supported by overlay driver
This commit is contained in:
Misty Stanley-Jones 2016-11-04 16:09:33 -07:00 committed by GitHub
commit 66a183b254
1 changed files with 2 additions and 0 deletions

View File

@ -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 |