From b4d8cc5230722c257dbc18aab46ddfee078bfda9 Mon Sep 17 00:00:00 2001 From: khs1994 Date: Mon, 4 Sep 2017 11:18:56 +0800 Subject: [PATCH] ADD Docker CE for Windows 10 PC --- install/windows.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 install/windows.md diff --git a/install/windows.md b/install/windows.md new file mode 100644 index 0000000..a2a7cb4 --- /dev/null +++ b/install/windows.md @@ -0,0 +1,33 @@ +## Windows 10 PC 安装 Docker CE + +### 系统要求 + +Docker CE 支持 64 位版本的 Windows 10 Pro ,且必须开启 Hyper-V。 + +### 安装 + +点击以下链接下载 [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 CE。 + +下载好之后双击 Docker for Windows Installer.exe 开始安装。 + +### 运行 + +在 Windows 搜索栏 输入 Docker 点击 Docker for Windows 开始运行。 + +![](_images/install-win-docker-app-search.png) + +Docker CE 启动之后会在 Windows 任务栏出现鲸鱼图标。 + +![](_images/install-win-taskbar-circle.png) + +等待片刻,点击 Got it 开始使用 Docker CE。 + +![](_images/install-win-success-popup-cloud.png) + +### 镜像加速 + +鉴于国内网络问题,后续拉取 Docker 镜像十分缓慢,强烈建议安装 Docker 之后配置 [国内镜像加速](/install/mirror.html)。 + +### 参考文档 + +* [Docker 官方 Windows PC 安装文档](https://docs.docker.com/docker-for-windows/install/)