Add missing option to customized docker_gwbridge (#4698)

This commit is contained in:
Mathieu Parent 2017-09-22 19:18:14 +02:00 committed by Misty Stanley-Jones
parent ea04a534a4
commit 5f554f4d97
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ order to delete an existing bridge. The package name is `bridge-utils`.
--subnet 10.11.0.0/16 \
--opt com.docker.network.bridge.name=docker_gwbridge \
--opt com.docker.network.bridge.enable_icc=false \
--opt com.docker.network.bridge.enable_ip_masquerade=true \
docker_gwbridge
```