mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Give the correct link of docker swarm init
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
ee355e017d
commit
e8279afb1a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ and try the [swarm mode tutorial](swarm-tutorial/index.md).
|
|||
|
||||
When you run the command to create a swarm, the Docker Engine starts running in swarm mode.
|
||||
|
||||
Run [`docker swarm init`](/engine/reference/commandline/swarm_init.md)]
|
||||
Run [`docker swarm init`](../reference/commandline/swarm_init.md)
|
||||
to create a single-node swarm on the current node. The Engine sets up the swarm
|
||||
as follows:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue