1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25506 from sfsmithcha/fix_network_name

fix overlay network example
This commit is contained in:
Sebastiaan van Stijn 2016-08-09 00:24:08 +02:00 committed by GitHub
commit c51f639531

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