From a071218f77b1aaf6e05cee1387a6c4df5e2dd639 Mon Sep 17 00:00:00 2001 From: "Kerwin.Sun" Date: Sun, 1 Sep 2019 18:27:36 +0800 Subject: [PATCH 1/2] update --- install/windows.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/install/windows.md b/install/windows.md index 851dac2..93b4291 100644 --- a/install/windows.md +++ b/install/windows.md @@ -1,29 +1,27 @@ -## Windows 10 PC 安装 Docker CE +## Install Docker CE on Windows 10 -### 系统要求 +### System requirements -[Docker for Windows](https://docs.docker.com/docker-for-windows/install/) 支持 64 位版本的 Windows 10 Pro,且必须开启 Hyper-V。 +[Docker for Windows](https://docs.docker.com/docker-for-windows/install/) needs Windows 10 Pro 64 bit and activates Hyper-V -### 安装 +### Install -点击以下链接下载 [Stable](https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe) 或 [Edge](https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe) 版本的 Docker for Windows。 +Download Docker for Windows [Stable](https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe) or [Edge](https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe), then double-click Docker for Windows Installer.exe to install. -下载好之后双击 Docker for Windows Installer.exe 开始安装。 +### Running -### 运行 - -在 Windows 搜索栏输入 Docker 点击 Docker for Windows 开始运行。 +Search Docker in Windows and click Docker for Windows to run. ![](_images/install-win-docker-app-search.png) -Docker CE 启动之后会在 Windows 任务栏出现鲸鱼图标。 +There is a whale icon in the Windows taskbar after running Docker CE. ![](_images/install-win-taskbar-circle.png) -等待片刻,点击 Got it 开始使用 Docker CE。 +Wait a moment and click Got it to start using Docker CE. ![](_images/install-win-success-popup-cloud.png) -### 镜像加速 +### Accelerate Images(In China) -如果在使用过程中发现拉取 Docker 镜像十分缓慢,可以配置 Docker [国内镜像加速](mirror.md)。 +If you pull docker images very slowly, then you can configurate [Network Acceleration](mirror.md). From 7b808e4d3df8cb4ecede19004b53cb2716510c18 Mon Sep 17 00:00:00 2001 From: Kang Huaishuai Date: Sun, 1 Sep 2019 19:30:11 +0800 Subject: [PATCH 2/2] Update windows.md --- install/windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/windows.md b/install/windows.md index 93b4291..7d44754 100644 --- a/install/windows.md +++ b/install/windows.md @@ -1,12 +1,12 @@ -## Install Docker CE on Windows 10 +## Install Docker Desktop CE on Windows 10 ### System requirements -[Docker for Windows](https://docs.docker.com/docker-for-windows/install/) needs Windows 10 Pro 64 bit and activates Hyper-V +[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/) needs Windows 10 Pro 64 bit and activates Hyper-V ### Install -Download Docker for Windows [Stable](https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe) or [Edge](https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe), then double-click Docker for Windows Installer.exe to install. +Download Docker Desktop for Windows [Stable](https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe) or [Edge](https://download.docker.com/win/edge/Docker%20Desktop%20Installer.exe), then double-click Docker for `Docker Desktop Installer.exe` to install. ### Running @@ -24,4 +24,4 @@ Wait a moment and click Got it to start using Docker CE. ### Accelerate Images(In China) -If you pull docker images very slowly, then you can configurate [Network Acceleration](mirror.md). +If you pull docker images very slowly, then you can configurate [Registry Mirror](mirror.md).