Browse code

Merge pull request #25506 from sfsmithcha/fix_network_name

fix overlay network example
(cherry picked from commit c51f639531459e57f681f97c7358c04a96785db0)

Sebastiaan van Stijn authored on 2016/08/09 07:24:08
Showing 1 changed files
... ...
@@ -204,7 +204,7 @@ the overlay network:
204 204
 ```bash
205 205
 $ docker service create \
206 206
   --replicas 3 \
207
-  --network my-multi-host-network \
207
+  --network my-network \
208 208
   --name my-web \
209 209
   nginx
210 210