From aaac7cbb94aa85fc3d5c6f8d33259d533dbd7c74 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 2 Feb 2015 18:34:24 +0000 Subject: [PATCH] update swarm manage requirements Signed-off-by: Victor Vieux --- README.md | 2 +- discovery/README.md | 10 +++++----- userguide.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a2ababb00e..5d8c90006b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ swarm create # on each of your nodes, start the swarm agent # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= --discovery=token:// # start the manager on any machine or your laptop diff --git a/discovery/README.md b/discovery/README.md index 63223deb5b..7595bc16ce 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -19,7 +19,7 @@ $ swarm create # on each of your nodes, start the swarm agent # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= token:// # start the manager on any machine or your laptop @@ -42,7 +42,7 @@ $ swarm list token:// ```bash # for each of your nodes, add a line to a file # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ echo >> /tmp/my_cluster $ echo >> /tmp/my_cluster $ echo >> /tmp/my_cluster @@ -69,7 +69,7 @@ $ swarm list file:///tmp/my_cluster ```bash # on each of your nodes, start the swarm agent # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= etcd:/// # start the manager on any machine or your laptop @@ -92,7 +92,7 @@ $ swarm list etcd:/// ```bash # on each of your nodes, start the swarm agent # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= consul:/// # start the manager on any machine or your laptop @@ -115,7 +115,7 @@ $ swarm list consul:/// ```bash # on each of your nodes, start the swarm agent # doesn't have to be public (eg. 192.168.0.X), -# as long as the other nodes can reach it, it is fine. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= zk://,/ # start the manager on any machine or your laptop diff --git a/userguide.md b/userguide.md index 310c339fa2..4182f71c3a 100644 --- a/userguide.md +++ b/userguide.md @@ -55,7 +55,7 @@ $ swarm create # For each of your nodes, start a swarm agent # the Docker daemon doesn't have to be public (eg. 192.168.0.X), -# as long as the swarm manager can access it. +# as long as the manager and the docker cli can reach it, it is fine. $ swarm join --addr= --discovery token:// # start the manager on any machine or your laptop