@@ -56,7 +56,7 @@ follows:
56
56
57
57
* [ install Docker Engine on Linux machines] ( #install-docker-engine-on-linux-machines )
58
58
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 )
60
60
61
61
#### Install Docker Engine on Linux machines
62
62
@@ -66,29 +66,29 @@ instructions](../../installation/index.md) for your platform. Spin up the three
66
66
machines, and you are ready. You can test both
67
67
single-node and multi-node swarm scenarios on Linux machines.
68
68
69
- #### Use Docker for Mac or Docker for Windows
69
+ #### Use Docker Desktop for Mac or Docker Desktop for Windows
70
70
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
73
73
computer. You can test both single-node and multi-node swarm from this computer,
74
74
but you need to use Docker Machine to test the multi-node scenarios.
75
75
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
77
77
mode, including initializing a swarm with a single node, creating services,
78
78
and scaling services. Docker "Moby" on Hyperkit (Mac) or Hyper-V (Windows)
79
79
serve as the single swarm node.
80
80
81
81
<p />
82
82
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
84
84
_ multi-node_ swarm. However, you can use the included version of [ Docker
85
85
Machine] ( /machine/overview.md ) to create the swarm nodes (see
86
86
[ Get started with Docker Machine and a local VM] ( /machine/get-started.md ) ), then
87
87
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
89
89
_ not_ participating in the swarm. After you create the nodes, you can run all
90
90
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.
92
92
93
93
### The IP address of the manager machine
94
94
0 commit comments