mirror of https://github.com/docker/docs.git
Fix typos in docs/reference/manage.md and docs/reference/join.md
Signed-off-by: NanXiao <nan@chinadtrace.org>
This commit is contained in:
parent
453d71753e
commit
a1c58f5149
|
@ -40,7 +40,7 @@ When you create the Swarm node, use the `<discovery>` argument to specify one of
|
|||
|
||||
* `token://<token>`
|
||||
* `consul://<ip1>/<path>`
|
||||
* `etcd://<ip1>,<ip2>,<ip2>/<path>`
|
||||
* `etcd://<ip1>,<ip2>,<ip3>/<path>`
|
||||
* `file://<path/to/file>`
|
||||
* `zk://<ip1>,<ip2>/<path>`
|
||||
* `[nodes://]<iprange>,<iprange>`
|
||||
|
|
|
@ -40,7 +40,7 @@ When you create the swarm node, use the `<discovery>` argument to specify one of
|
|||
|
||||
* `token://<token>`
|
||||
* `consul://<ip1>/<path>`
|
||||
* `etcd://<ip1>,<ip2>,<ip2>/<path>`
|
||||
* `etcd://<ip1>,<ip2>,<ip3>/<path>`
|
||||
* `file://<path/to/file>`
|
||||
* `zk://<ip1>,<ip2>/<path>`
|
||||
* `[nodes://]<iprange>,<iprange>`
|
||||
|
|
Loading…
Reference in New Issue