Merge pull request #25506 from sfsmithcha/fix_network_name

fix overlay network example
Upstream-commit: c51f639531459e57f681f97c7358c04a96785db0
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-08-09 00:24:08 +02:00
committed by GitHub
+1 -1
View File
@@ -204,7 +204,7 @@ the overlay network:
```bash
$ docker service create \
--replicas 3 \
--network my-multi-host-network \
--network my-network \
--name my-web \
nginx