diff --git a/README.md b/README.md index 5d8c90006b..b63e46f564 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ 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 7595bc16ce..9e72aff662 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ swarm join --addr= zk://,/ # start the manager on any machine or your laptop diff --git a/userguide.md b/userguide.md index 4182f71c3a..310c339fa2 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 manager and the docker cli can reach it, it is fine. +# as long as the swarm manager can access it. $ swarm join --addr= --discovery token:// # start the manager on any machine or your laptop