Skip to content

Commit bb19d49

Browse files
author
paigehargrave
authored
Update index.md
1 parent 7bef7e5 commit bb19d49

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

engine/swarm/swarm-tutorial/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ follows:
5656

5757
* [install Docker Engine on Linux machines](#install-docker-engine-on-linux-machines)
5858

59-
* [use Docker for Mac or Docker for Windows](#use-docker-for-mac-or-docker-for-windows)
59+
* [use Docker Desktop for Mac or Docker Desktop for Windows](#use-docker-for-mac-or-docker-for-windows)
6060

6161
#### Install Docker Engine on Linux machines
6262

@@ -66,29 +66,29 @@ instructions](../../installation/index.md) for your platform. Spin up the three
6666
machines, and you are ready. You can test both
6767
single-node and multi-node swarm scenarios on Linux machines.
6868

69-
#### Use Docker for Mac or Docker for Windows
69+
#### Use Docker Desktop for Mac or Docker Desktop for Windows
7070

71-
Alternatively, install the latest [Docker for Mac](/docker-for-mac/index.md) or
72-
[Docker for Windows](/docker-for-windows/index.md) application on one
71+
Alternatively, install the latest [Docker Desktop for Mac](/docker-for-mac/index.md) or
72+
[Docker Desktop for Windows](/docker-for-windows/index.md) application on one
7373
computer. You can test both single-node and multi-node swarm from this computer,
7474
but you need to use Docker Machine to test the multi-node scenarios.
7575

76-
* You can use Docker for Mac or Windows to test _single-node_ features of swarm
76+
* You can use Docker Desktop for Mac or Windows to test _single-node_ features of swarm
7777
mode, including initializing a swarm with a single node, creating services,
7878
and scaling services. Docker "Moby" on Hyperkit (Mac) or Hyper-V (Windows)
7979
serve as the single swarm node.
8080

8181
<p />
8282

83-
* Currently, you cannot use Docker for Mac or Docker for Windows alone to test a
83+
* Currently, you cannot use Docker Desktop for Mac or Docker Desktop for Windows alone to test a
8484
_multi-node_ swarm. However, you can use the included version of [Docker
8585
Machine](/machine/overview.md) to create the swarm nodes (see
8686
[Get started with Docker Machine and a local VM](/machine/get-started.md)), then
8787
follow the tutorial for all multi-node features. For this scenario, you run
88-
commands from a Docker for Mac or Docker for Windows host, but that Docker host itself is
88+
commands from a Docker for Mac or Docker Desktop for Windows host, but that Docker host itself is
8989
_not_ participating in the swarm. After you create the nodes, you can run all
9090
swarm commands as shown from the Mac terminal or Windows PowerShell with
91-
Docker for Mac or Docker for Windows running.
91+
Docker for Mac or Docker Desktop for Windows running.
9292

9393
### The IP address of the manager machine
9494

0 commit comments

Comments
 (0)