docker swarm join command has no flag 'X--swarm-token'

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: fcf732117df0d4a57202cc056ee9c24749745bd4
Component: engine
This commit is contained in:
lixiaobing10051267
2016-08-11 19:45:44 +08:00
parent ca39dfa474
commit ea7fd73f3c

View File

@ -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: