1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25205 from lixiaobing10051267/masterPath

Give the correct link of docker swarm init
This commit is contained in:
Charles Smith 2016-08-01 11:34:54 -07:00 committed by GitHub
commit 93fea86d1d

View file

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