Merge pull request #434 from bryfry/patch-1

Documentation: Make the example match the documentation table
This commit is contained in:
Vincent Demeester 2017-08-14 10:25:20 +02:00 committed by GitHub
commit 7ceb25f895
1 changed files with 1 additions and 1 deletions

View File

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