remove DD mentions in swarm tutorial (#16158)

This commit is contained in:
Craig Osterhout 2022-11-15 01:04:02 -08:00 committed by GitHub
parent 91db19f38f
commit 53e81b04b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 19 deletions

View File

@ -18,13 +18,6 @@ machines.
$ docker swarm init --advertise-addr <MANAGER-IP> $ docker swarm init --advertise-addr <MANAGER-IP>
``` ```
> **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 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` In the tutorial, the following command creates a swarm on the `manager1`
machine: machine:

View File

@ -53,18 +53,6 @@ hosts, simply follow the [Linux install instructions](../../install/index.md)
for your platform. Spin up the three machines, and you are ready. You can test both for your platform. Spin up the three machines, and you are ready. You can test both
single-node and multi-node swarm scenarios on Linux machines. single-node and multi-node swarm scenarios on Linux machines.
#### Use Docker Desktop for Mac or Docker Desktop for Windows
Alternatively, install the latest [Docker Desktop](../../../desktop/index.md) application on one
computer. You can test both single-node and multi-node swarm from this computer.
* You can use Docker Desktop for Mac or Windows to test _single-node_ features
of swarm mode, including initializing a swarm with a single node, creating
services, and scaling services.
* Currently, you cannot use Docker Desktop for Mac or Docker Desktop for Windows
alone to test a _multi-node_ swarm, but many examples are applicable to a
single-node Swarm setup.
### The IP address of the manager machine ### The IP address of the manager machine
The IP address must be assigned to a network interface available to the host The IP address must be assigned to a network interface available to the host