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:
NanXiao 2016-06-09 13:11:32 +08:00
parent 79ee15fbb2
commit 04b8fa8f1d
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>