From 0277eb9a32d96e11cbfe3c98229008ad29392a3f Mon Sep 17 00:00:00 2001 From: Charles Smith Date: Mon, 8 Aug 2016 14:08:10 -0700 Subject: [PATCH] fix overlay network example Signed-off-by: Charles Smith --- docs/swarm/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/services.md b/docs/swarm/services.md index 69391f4433..21b85072d7 100644 --- a/docs/swarm/services.md +++ b/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