Explorar o código

Merge pull request #17844 from anthonydahanne/master

Implicitly use swarm:latest
David Calavera %!s(int64=9) %!d(string=hai) anos
pai
achega
95903ece60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/userguide/networking/get-started-overlay.md

+ 1 - 1
docs/userguide/networking/get-started-overlay.md

@@ -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.
 2. Create another host and add it to the Swarm cluster.
 
 
 		$ docker-machine create -d virtualbox \
 		$ 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" \
 			--swarm-discovery="consul://$(docker-machine ip mh-keystore):8500" \
 			--engine-opt="cluster-store=consul://$(docker-machine ip mh-keystore):8500" \
 			--engine-opt="cluster-store=consul://$(docker-machine ip mh-keystore):8500" \
 			--engine-opt="cluster-advertise=eth1:2376" \
 			--engine-opt="cluster-advertise=eth1:2376" \