You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* clarify Compose install prerequisites
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* organized install on Microsoft Server into steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* better highlighting and organization for the desktop systems section
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit for consistency
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* changed Docker server --> Docker per review
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* attempt to clarify Compose / Docker Engine dependencies per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
**Docker for Mac**, **Docker for Windows**, and **Docker Toolbox**
26
+
already include Compose along with other Docker apps, so most Mac
27
+
and Windows users do not need to install Compose separately.
28
+
Docker install instructions for these are here:
20
29
21
-
2.**[Docker for Mac](/docker-for-mac/install.md)**, **[Docker for Windows](/docker-for-windows/install.md)**, and **[Docker Toolbox](/toolbox/overview.md)** include Docker Compose, so most Mac and Windows users do not need to install Docker Compose separately.
30
+
*[Get Docker for Mac](/docker-for-mac/install.md)
31
+
*[Get Docker for Windows](/docker-for-windows/install.md)
If you are running the Docker daemon and client directly on
24
-
**Microsoft Windows Server 2016** (with [Docker EE for Windows Server 2016](/engine/installation/windows/docker-ee.md), you _do_ need to install Docker Compose.
34
+
**If you are running the Docker daemon and client directly on Microsoft
35
+
Windows Server 2016** (with [Docker EE for Windows Server 2016](/engine/installation/windows/docker-ee.md), you _do_ need to install
36
+
Docker Compose. To do so, follow these steps:
25
37
26
-
To do this, start an "elevated" PowerShell (run it as administrator). Search
27
-
for PowerShell, right-click, and choose **Run as administrator**. When asked
28
-
if you want to allow this app to make changes to your device, click **Yes**.
38
+
1. Start an "elevated" PowerShell (run it as administrator).
29
39
30
-
Run the following command to download Docker Compose, replacing
31
-
`$dockerComposeVersion` with the specific version of Compose you want to use:
40
+
Search for PowerShell, right-click, and choose
41
+
**Run as administrator**. When asked if you want to allow this app
42
+
to make changes to your device, click **Yes**.
43
+
44
+
In PowerShell, run the following command to download
45
+
Docker Compose, replacing `$dockerComposeVersion` with the specific
0 commit comments