mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: fix description of docker swarm join --help
Signed-off-by: Kei Ohmura <ohmura.kei@gmail.com>
(cherry picked from commit 77dd8474a7
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
0d575d1304
commit
9a6c5e14be
1 changed files with 4 additions and 4 deletions
|
@ -21,9 +21,9 @@ Usage: docker swarm join [OPTIONS] HOST:PORT
|
||||||
Join a swarm as a node and/or manager
|
Join a swarm as a node and/or manager
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--advertise-addr value Advertised address (format: <ip|interface>[:port])
|
--advertise-addr string Advertised address (format: <ip|interface>[:port])
|
||||||
--help Print usage
|
--help Print usage
|
||||||
--listen-addr value Listen address (format: <ip|interface>[:port)
|
--listen-addr node-addr Listen address (format: <ip|interface>[:port]) (default 0.0.0.0:2377)
|
||||||
--token string Token for entry into the swarm
|
--token string Token for entry into the swarm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue