소스 검색

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 <SvenDowideit@home.org.au>
Sebastiaan van Stijn 9 년 전
부모
커밋
61fe5dabe3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/swarm/swarm-tutorial/create-swarm.md

+ 1 - 1
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.
     to access the manager at the IP address.
 
 
     The output incudes the commands to join new nodes to the swarm. Nodes will
     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.
     flag.
 
 
 2. Run `docker info` to view the current state of the swarm:
 2. Run `docker info` to view the current state of the swarm: