update install/windows.md

pull/470/head
Dorsey.Xu 2020-10-26 15:30:35 +08:00
parent d47f565e83
commit 48bcb9470b
1 changed files with 6 additions and 6 deletions

View File

@ -2,15 +2,15 @@
### System requirements
[Docker Desktop 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/) requires Windows 10 Pro 64-bit that activates [Hyper-V](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/).
### 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.
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 Desktop Installer.exe` to install.
### Running
Search Docker in Windows and click Docker for Windows to run.
Search Docker in Windows and click `Docker for Windows` to run.
![](_images/install-win-docker-app-search.png)
@ -18,14 +18,14 @@ There is a whale icon in the Windows taskbar after running Docker CE.
![](_images/install-win-taskbar-circle.png)
Wait a moment and click Got it to start using Docker CE.
Wait a moment and click "Got it" to start using Docker CE.
![](_images/install-win-success-popup-cloud.png)
### Registry Mirror(In China)
If you pull docker images very slowly, then you can configurate [Registry Mirror](mirror.md).
If you pull docker images very slowly, then you can configure [Registry Mirror](mirror.md).
### Links
* [Docs](https://docs.docker.com/docker-for-windows/install/)
* [Docker Offical Docs](https://docs.docker.com/docker-for-windows/install/)