瀏覽代碼

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

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 年之前
父節點
當前提交
fcf732117d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/swarm/swarm-tutorial/create-swarm.md

+ 1 - 1
docs/swarm/swarm-tutorial/create-swarm.md

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