mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docker swarm join command has no flag 'X--swarm-token'
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
a19029a719
commit
fcf732117d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ node. For example, the tutorial uses a machine named `manager1`.
|
|||
to access the manager at the IP address.
|
||||
|
||||
The output incudes the commands to join new nodes to the swarm. Nodes will
|
||||
join as managers or workers depending on the value for the `--swarm-token`
|
||||
join as managers or workers depending on the value for the `--token`
|
||||
flag.
|
||||
|
||||
2. Run `docker info` to view the current state of the swarm:
|
||||
|
|
Loading…
Reference in a new issue