Merge pull request #2342 from NanXiao/issue-9999

Edit docs/discovery.md
This commit is contained in:
Xian Chaobo 2016-06-26 13:20:22 +08:00 committed by GitHub
commit a4f335fd40
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ swarm is connected to the public internet. To create your cluster:
2. Create each node and join them to the cluster.
On each of your nodes, start the swarm agent. The <node_ip> doesn't have to be public (eg. 192.168.0.X) but the the Swarm manager must be able to access it.
On each of your nodes, start the swarm agent. The node IP address doesn't have to be public (eg. 192.168.0.X) but the the Swarm manager must be able to access it.
$ swarm join --advertise=<node_ip:2375> token://<cluster_id>