mirror of https://github.com/docker/docs.git
Fix typo in note for "create a new swarm"
This commit is contained in:
parent
cc22c5a4ee
commit
398d77002d
|
@ -27,7 +27,7 @@ machines.
|
|||
> single-node swarm, simply run `docker swarm init` with no arguments. There is no
|
||||
> need to specify `--advertise-addr` in this case. To learn more, see the topic
|
||||
> on how to
|
||||
> [Use Docker Desktop or Mac or Docker Desktop for Windows](index.md#use-docker-desktop-for-mac-or-docker-desktop-for-windows)
|
||||
> [Use Docker Desktop for Mac or Docker Desktop for Windows](index.md#use-docker-desktop-for-mac-or-docker-desktop-for-windows)
|
||||
> with Swarm.
|
||||
|
||||
In the tutorial, the following command creates a swarm on the `manager1`
|
||||
|
|
Loading…
Reference in New Issue