docker_practice/install/windows.md

32 lines
1.1 KiB
Go
Raw Normal View History

2019-09-01 11:30:11 +00:00
## Install Docker Desktop CE on Windows 10
2017-09-04 03:18:56 +00:00
2019-09-01 10:27:36 +00:00
### System requirements
2017-09-04 03:18:56 +00:00
2020-10-26 07:30:35 +00:00
[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/).
2017-09-04 03:18:56 +00:00
2019-09-01 10:27:36 +00:00
### Install
2017-09-04 03:18:56 +00:00
2020-10-26 07:30:35 +00:00
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.
2017-09-04 03:18:56 +00:00
2019-09-01 10:27:36 +00:00
### Running
2017-09-04 03:18:56 +00:00
2020-10-26 07:30:35 +00:00
Search Docker in Windows and click `Docker for Windows` to run.
2017-09-04 03:18:56 +00:00
![](_images/install-win-docker-app-search.png)
2019-09-01 10:27:36 +00:00
There is a whale icon in the Windows taskbar after running Docker CE.
2017-09-04 03:18:56 +00:00
![](_images/install-win-taskbar-circle.png)
2020-10-26 07:30:35 +00:00
Wait a moment and click "Got it" to start using Docker CE.
2017-09-04 03:18:56 +00:00
![](_images/install-win-success-popup-cloud.png)
2019-09-01 11:58:45 +00:00
### Registry Mirror(In China)
2017-09-04 03:18:56 +00:00
2020-10-26 07:30:35 +00:00
If you pull docker images very slowly, then you can configure [Registry Mirror](mirror.md).
2019-09-01 11:58:45 +00:00
### Links
2020-10-26 07:30:35 +00:00
* [Docker Offical Docs](https://docs.docker.com/docker-for-windows/install/)