Clarify the mtu option is supported by overlay driver

Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
Alessandro Boch 2016-11-03 14:03:34 -07:00
parent 9bf89d47cd
commit 932be92012
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,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 |