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:
commit
c51f639531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue