From 1a486a2f9517b4e2a8816cc5e0ecf95457a170fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 21 Jan 2016 18:06:30 -0800 Subject: [PATCH] Minor fixes --- www/htdocs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/htdocs/index.html b/www/htdocs/index.html index 6a2811b1..cd61fede 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -2938,11 +2938,12 @@ Note: good guy ~~Stevedore~~ Docker will start without K/V - Try again the `docker info` from earlier: ``` - $(docker-machine env --swarm node1) + eval $(docker-machine env --swarm node1) docker info ``` - Now all nodes should be visible +
(Give them a minute or two to register) ]