From 4efe0def0ac2a8b6b74a818d23864f62abfaa521 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Mon, 9 Nov 2015 15:05:17 -0800 Subject: [PATCH] Implicitly use swarm:latest so that master and agent use the same version of swarm Signed-off-by: Anthony Dahanne --- docs/userguide/networking/get-started-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/get-started-overlay.md b/docs/userguide/networking/get-started-overlay.md index e30740ceec..fc0acfa44c 100644 --- a/docs/userguide/networking/get-started-overlay.md +++ b/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. $ 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" \