From 61fe5dabe3d6c44160d4dc480873b0374bc7d21b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 11 Aug 2016 13:30:07 +0200 Subject: [PATCH] Merge pull request #25611 from lixiaobing10051267/masterJoin docker swarm join command has no flag '--swarm-token' (cherry picked from commit f1101ebf3e8fed953528c30bb7d329857fb58805) Signed-off-by: Sven Dowideit --- docs/swarm/swarm-tutorial/create-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/swarm-tutorial/create-swarm.md b/docs/swarm/swarm-tutorial/create-swarm.md index f4c6223b0f..5ddca851d2 100644 --- a/docs/swarm/swarm-tutorial/create-swarm.md +++ b/docs/swarm/swarm-tutorial/create-swarm.md @@ -48,7 +48,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: