Skip to content

Commit

Permalink
Implicitly use swarm:latest so that master and agent use the same ver…
Browse files Browse the repository at this point in the history
…sion of swarm

Signed-off-by: Anthony Dahanne <[email protected]>
  • Loading branch information
anthonydahanne committed Nov 9, 2015
1 parent 143f357 commit 4efe0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/networking/get-started-overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ that machine options that are needed by the `overlay` network driver.
2. Create another host and add it to the Swarm cluster.

$ docker-machine create -d virtualbox \
--swarm --swarm-image="swarm:1.0.0-rc2" \
--swarm --swarm-image="swarm" \
--swarm-discovery="consul://$(docker-machine ip mh-keystore):8500" \
--engine-opt="cluster-store=consul://$(docker-machine ip mh-keystore):8500" \
--engine-opt="cluster-advertise=eth1:2376" \
Expand Down

0 comments on commit 4efe0de

Please sign in to comment.