mirror of https://github.com/docker/docs.git
Merge pull request #2342 from NanXiao/issue-9999
Edit docs/discovery.md
This commit is contained in:
commit
a4f335fd40
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue