mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Make the example match the documentation
the missing `driver` made my bridge not have the correct MTU when i copied from the example and not the doc table. Brings them into alignment.
Signed-off-by: bryfry <bryon@fryer.io>
Upstream-commit: 6118658f73
Component: cli
This commit is contained in:
@@ -211,7 +211,7 @@ is also available when creating the ingress network, besides the `--attachable`
|
||||
$ docker network create -d overlay \
|
||||
--subnet=10.11.0.0/16 \
|
||||
--ingress \
|
||||
--opt com.docker.network.mtu=9216 \
|
||||
--opt com.docker.network.driver.mtu=9216 \
|
||||
--opt encrypted=true \
|
||||
my-ingress-network
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user