mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update create-swarm.md
This commit is contained in:
@@ -23,10 +23,10 @@ machines.
|
||||
$ docker swarm init --advertise-addr <MANAGER-IP>
|
||||
```
|
||||
|
||||
>**Note**: If you are using Docker for Mac or Docker for Windows to test
|
||||
>**Note**: If you are using Docker Desktop for Mac or Docker Desktop for Windows to test
|
||||
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 for Mac or Docker for
|
||||
on how to [Use Docker Desktop or Mac or Docker Desktop for
|
||||
Windows](/engine/swarm/swarm-tutorial/index.md#use-docker-for-mac-or-docker-for-windows) with Swarm.
|
||||
|
||||
In the tutorial, the following command creates a swarm on the `manager1`
|
||||
|
||||
Reference in New Issue
Block a user