Browse code

Implicitly use swarm:latest so that master and agent use the same version of swarm

Signed-off-by: Anthony Dahanne <anthony.dahanne@gmail.com>

Anthony Dahanne authored on 2015/11/10 08:05:17
Showing 1 changed files
... ...
@@ -102,7 +102,7 @@ that machine options that are needed by the `overlay` network driver.
102 102
 2. Create another host and add it to the Swarm cluster.
103 103
 
104 104
 		$ docker-machine create -d virtualbox \
105
-			--swarm --swarm-image="swarm:1.0.0-rc2" \
105
+			--swarm --swarm-image="swarm" \
106 106
 			--swarm-discovery="consul://$(docker-machine ip mh-keystore):8500" \
107 107
 			--engine-opt="cluster-store=consul://$(docker-machine ip mh-keystore):8500" \
108 108
 			--engine-opt="cluster-advertise=eth1:2376" \