mirror of https://github.com/docker/docs.git
Edit docs/discovery.md
Since only one "<node_ip>" is invisible in Markdown file, use " node IP address" instead. Signed-off-by: NanXiao <nan@chinadtrace.org>
This commit is contained in:
parent
79ee15fbb2
commit
04b8fa8f1d
|
@ -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