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
<td width="50%">This installer is fully baked and tested. This is the
47
-
best channel to use if you want a reliable platform to work with. These releases follow the Docker Engine stable releases.<br><br>
48
-
On this channel, you can select whether to send usage
49
-
statistics and other data. <br><br>Stable builds are released once per quarter.
50
-
</td>
51
-
<td width="50%">This installer provides the latest Edge release of
52
-
Docker for Mac and Engine, and typically offers new features in development. Use this channel if you want to get experimental features faster, and can weather some instability and bugs. We collect all usage data on Edge releases across the board. <br><br>Edge builds are released once per month.
53
-
</td>
54
-
</tr>
55
-
<trvalign="top">
56
-
<tdwidth="50%">
57
-
<aclass="button outline-btn"href="https://download.docker.com/mac/stable/Docker.dmg">Get Docker for Mac (Stable)</a>
58
-
</td>
59
-
<tdwidth="50%">
60
-
<aclass="button outline-btn"href="https://download.docker.com/mac/edge/Docker.dmg">Get Docker for Mac (Edge)</a>
* Docker for Mac requires OS X El Capitan 10.11 or newer macOS release running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization.
74
-
The app runs on 10.10.3 Yosemite, but with limited support. See [What
75
-
to know before you install](#what-to-know-before-you-install) for a full
76
-
explanation and list of prerequisites.
77
-
78
-
* You can switch between Edge and Stable versions, but you must have only one
79
-
app installed at a time. Also, you need to save images and export
80
-
containers you want to keep before uninstalling the current version before
81
-
installing another. For more about this, see the
82
-
[FAQs about Stable and Edge channels](faqs.md#stable-and-edge-channels).
experimental features in Docker Engine</a> enabled by default. Experimental mode can be toggled on/off on the Daemon tab of the [Settings dialog](index.md#daemon-experimental-mode).
21
-
22
-
For more about Stable and Edge channels, see the [FAQs](faqs.md#questions-about-stable-and-edge-channels).
<td width="33%">Stable is the best channel to use if you want a reliable platform to work with. Stable releases track the Docker platform stable releases.<br><br>
31
-
On this channel, you can select whether to send usage statistics and other data. <br><br>Stable releases happen once per quarter.
32
-
</td>
33
-
<tdwidth="33%">Use the Edge channel if you want to get experimental features faster, and can weather some instability and bugs. We collect usage data on Edge releases. <br><br>Edge builds are released once per month.
34
-
</td>
35
-
</tr>
36
-
<trvalign="top">
37
-
<td width="33%">
38
-
<a class="button outline-btn" href="https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe">Get Docker for Windows (Stable)</a>
39
-
</td>
40
-
<td width="33%">
41
-
<a class="button outline-btn" href="https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe">Get Docker for Windows (Edge)</a>
* Legacy (`.msi`) installers are available for [Edge](https://download.docker.com/win/edge/InstallDocker.msi) and [Stable](https://download.docker.com/win/stable/InstallDocker.msi) channels.
53
-
54
-
* Docker for Windows is designed to configure Docker development environments on Windows 10. You can develop both _Docker Linux_ containers and _Docker Windows_ containers. To run Docker Windows containers in production, see [Install Docker Enterprise Edition for Windows Server](/install/windows/docker-ee.md). To run Docker Linux containers in production, see [Install Docker](/install/index.md).
55
-
56
-
* Docker for Windows requires 64-bit Windows 10 Pro with Hyper-V available. See [What to know before you install](install.md#what-to-know-before-you-install) for a full list
57
-
of prerequisites.
58
-
59
-
* You can switch between Edge and Stable versions, but you can only have one app
60
-
installed at a time. Also, you need to save images and export containers you
61
-
want to keep before uninstalling the current version before installing another.
62
-
For more about this, see the [FAQs about Stable and Edge channels](faqs.md#questions-about-stable-and-edge-channels).
of Docker for Microsoft Windows. To download Docker for Windows, head to Docker
10
+
Store.
11
+
12
+
[Download from Docker Store](https://store.docker.com/editions/community/docker-ce-desktop-windows){: .button .outline-btn}
63
13
64
14
## What to know before you install
65
15
@@ -73,34 +23,27 @@ remain. VirtualBox VMs created with `docker-machine` (including the `default`
73
23
one typically created during Toolbox install) no longer start. These VMs
74
24
cannot be used side-by-side with Docker for Windows. However, you can still use
75
25
`docker-machine` to manage remote VMs.
76
-
<p />
77
26
* Virtualization must be enabled in BIOS and CPU SLAT-capable. Typically, virtualization is enabled by default. This is different from having Hyper-V enabled. For more
78
27
detail see [Virtualization must be
79
28
enabled](troubleshoot.md#virtualization-must-be-enabled) in Troubleshooting.
80
-
<p />
81
29
* The current version of Docker for Windows runs on 64bit Windows 10 Pro, Enterprise and Education (1607 Anniversary Update, Build 14393 or later).
82
-
<p />
83
30
* Containers and images created with Docker for Windows are shared between all user accounts on machines where it is installed. This is because all
84
31
Windows accounts use the same VM to build and run containers.
85
-
<p />
86
32
* Nested virtualization scenarios, such as running Docker for Windows
87
33
on a VMWare or Parallels instance, might work, but come with no
88
34
guarantees. For more information, see
89
35
[Running Docker for Windows in nested virtualization scenarios](troubleshoot.md#running-docker-for-windows-in-nested-virtualization-scenarios)
90
-
<p />
91
36
***What the Docker for Windows install includes**: The installation provides [Docker Engine](/engine/userguide/), Docker CLI client, [Docker Compose](/compose/overview.md), [Docker Machine](/machine/overview.md), and [Kitematic](/kitematic/userguide.md).
92
37
93
38
### About Windows containers
94
39
95
40
Looking for information on using Windows containers?
96
41
97
42
*[Switch between Windows and Linux containers](index.md#switch-between-windows-and-linux-containers) describes the Linux / Windows containers toggle in Docker for Windows and points you to the tutorial mentioned above.
98
-
<p />
99
43
*[Getting Started with Windows Containers (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/README.md)
100
44
provides a tutorial on how to set up and run Windows containers on Windows 10 or
101
45
with Windows Server 2016. It shows you how to use a MusicStore application with
102
46
Windows containers.
103
-
<p />
104
47
* Docker Container Platform for Windows Server 2016 [articles and blog posts](https://www.docker.com/microsoft/) on the Docker website
105
48
106
49
## Install Docker for Windows desktop app
@@ -149,11 +92,7 @@ Congratulations! You are up and running with Docker for Windows.
149
92
## Where to go next
150
93
151
94
*[Getting started](index.md) introduces Docker for Windows.
152
-
153
95
*[Get started with Docker](/get-started/) is a tutorial that teaches you how to deploy a multi-service stack.
154
-
155
96
*[Troubleshooting](troubleshoot.md) describes common problems, workarounds, and how to get support.
156
-
157
97
*[FAQs](faqs.md) provides answers to frequently asked questions.
158
-
159
98
*[Stable Release Notes](release-notes.md) or [Edge Release Notes](edge-release-notes.md).
0 commit comments