Explorar o código

fix overlay network example

Signed-off-by: Charles Smith <charles.smith@docker.com>
Charles Smith %!s(int64=9) %!d(string=hai) anos
pai
achega
0277eb9a32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/swarm/services.md

+ 1 - 1
docs/swarm/services.md

@@ -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