Merge pull request #25611 from lixiaobing10051267/masterJoin

docker swarm join command has no flag '--swarm-token'
Upstream-commit: f1101ebf3e8fed953528c30bb7d329857fb58805
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-08-11 13:30:07 +02:00
committed by GitHub

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: