From 397c7da3a43dc4f11a8249bd76fc91576ab0300d Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 11 Jan 2019 09:46:58 -0500 Subject: [PATCH] Update install.md --- docker-for-windows/install.md | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docker-for-windows/install.md b/docker-for-windows/install.md index cf612c569b..a2ec97114f 100644 --- a/docker-for-windows/install.md +++ b/docker-for-windows/install.md @@ -1,12 +1,12 @@ --- -description: How to install Docker for Windows +description: How to install Docker Desktop for Windows keywords: windows, beta, edge, alpha, install, download -title: Install Docker for Windows +title: Install Docker Desktop for Windows --- -Docker for Windows is the [Community Edition +Docker Desktop for Windows is the [Community Edition (CE)](https://www.docker.com/community-edition) of Docker for Microsoft Windows. -To download Docker for Windows, head to Docker Hub. +To download Docker Desktop for Windows, head to Docker Hub. [Download from Docker Hub](https://hub.docker.com/editions/community/docker-ce-desktop-windows){: @@ -14,8 +14,8 @@ Hub](https://hub.docker.com/editions/community/docker-ce-desktop-windows){: ## What to know before you install -* **README FIRST for Docker Toolbox and Docker Machine users**: Docker for - Windows requires Microsoft Hyper-V to run. The Docker for Windows installer +* **README FIRST for Docker Toolbox and Docker Machine users**: Docker Desktop for + Windows requires Microsoft Hyper-V to run. The Docker Desktop for Windows installer enables Hyper-V for you, if needed, and restarts your machine. After Hyper-V is enabled, VirtualBox no longer works, but any VirtualBox VM images remain. VirtualBox VMs created with `docker-machine` (including the `default` one @@ -33,20 +33,20 @@ Hub](https://hub.docker.com/editions/community/docker-ce-desktop-windows){: - CPU SLAT-capable feature. - At least 4GB of RAM. -> **Note**: If your system does not meet the requirements to run Docker for +> **Note**: If your system does not meet the requirements to run Docker Desktop for > Windows, you can install [Docker Toolbox](/toolbox/overview.md), which uses > Oracle Virtual Box instead of Hyper-V. -* **What the Docker for Windows install includes**: The installation provides +* **What the Docker Desktop 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). -* Containers and images created with Docker for Windows are shared between all +* Containers and images created with Docker Desktop for Windows are shared between all user accounts on machines where it is installed. This is because all Windows accounts use the same VM to build and run containers. -* Nested virtualization scenarios, such as running Docker for Windows on a +* Nested virtualization scenarios, such as running Docker Desktop for Windows on a VMWare or Parallels instance might work, but there are no guarantees. For - more information, see [Running Docker for Windows in nested virtualization + more information, see [Running Docker Desktop for Windows in nested virtualization scenarios](troubleshoot.md#running-docker-for-windows-in-nested-virtualization-scenarios) ### About Windows containers @@ -55,7 +55,7 @@ Looking for information on using Windows containers? * [Switch between Windows and Linux containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers) - describes the Linux / Windows containers toggle in Docker for Windows and + describes the Linux / Windows containers toggle in Docker Desktop for Windows and points you to the tutorial mentioned above. * [Getting Started with Windows Containers (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/README.md) @@ -65,9 +65,9 @@ Looking for information on using Windows containers? * Docker Container Platform for Windows Server 2016 [articles and blog posts](https://www.docker.com/microsoft/) on the Docker website -## Install Docker for Windows desktop app +## Install Docker Desktop for Windows desktop app -1. Double-click **Docker for Windows Installer.exe** to run the installer. +1. Double-click **Docker Desktop for Windows Installer.exe** to run the installer. If you haven't already downloaded the installer (`Docker for Windows Installer.exe`), you can get it from @@ -84,10 +84,10 @@ Looking for information on using Windows containers? 3. Click **Finish** on the setup complete dialog to launch Docker. -## Start Docker for Windows +## Start Docker Desktop for Windows Docker does not start automatically after installation. To start it, search for -Docker, select **Docker for Windows** in the search results, and click it (or +Docker, select **Docker Desktop for Windows** in the search results, and click it (or hit Enter). ![search for Docker app](images/docker-app-search.png){:width="400px"} @@ -109,11 +109,11 @@ suggested next steps, and a link to this documentation. When initialization is complete, select **About Docker** from the Notifications area icon to verify that you have the latest version. -Congratulations! You are up and running with Docker for Windows. +Congratulations! You are up and running with Docker Desktop for Windows. ## Where to go next -* [Getting started](index.md) introduces Docker for Windows. +* [Getting started](index.md) introduces Docker Desktop for Windows. * [Get started with Docker](/get-started/) is a tutorial that teaches you how to deploy a multi-service stack. * [Troubleshooting](troubleshoot.md) describes common problems, workarounds, and