mirror of https://github.com/docker/docs.git
Merge pull request #25506 from sfsmithcha/fix_network_name
fix overlay network example (cherry picked from commit c51f639531459e57f681f97c7358c04a96785db0) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
33cabf2658
commit
037ad1b174
|
@ -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…
Reference in New Issue