mirror of https://github.com/docker/docs.git
Clarify the mtu option is supported by overlay driver
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
9bf89d47cd
commit
932be92012
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue