From 53e81b04b80102406613f14885436d82af4f2792 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Tue, 15 Nov 2022 01:04:02 -0800 Subject: [PATCH] remove DD mentions in swarm tutorial (#16158) --- engine/swarm/swarm-tutorial/create-swarm.md | 7 ------- engine/swarm/swarm-tutorial/index.md | 12 ------------ 2 files changed, 19 deletions(-) diff --git a/engine/swarm/swarm-tutorial/create-swarm.md b/engine/swarm/swarm-tutorial/create-swarm.md index 581dc65ff3..5c69c26b5e 100644 --- a/engine/swarm/swarm-tutorial/create-swarm.md +++ b/engine/swarm/swarm-tutorial/create-swarm.md @@ -18,13 +18,6 @@ machines. $ docker swarm init --advertise-addr ``` - > **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` machine: diff --git a/engine/swarm/swarm-tutorial/index.md b/engine/swarm/swarm-tutorial/index.md index 37813852f5..b5c4378842 100644 --- a/engine/swarm/swarm-tutorial/index.md +++ b/engine/swarm/swarm-tutorial/index.md @@ -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 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 must be assigned to a network interface available to the host