mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 19:43:41 +00:00
32 lines
1.1 KiB
Go
32 lines
1.1 KiB
Go
## Install Docker Desktop CE on Windows 10
|
|
|
|
### System requirements
|
|
|
|
[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 Desktop Installer.exe` to install.
|
|
|
|
### Running
|
|
|
|
Search Docker in Windows and click `Docker for Windows` to run.
|
|
|
|
![](_images/install-win-docker-app-search.png)
|
|
|
|
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.
|
|
|
|
![](_images/install-win-success-popup-cloud.png)
|
|
|
|
### Registry Mirror(In China)
|
|
|
|
If you pull docker images very slowly, then you can configure [Registry Mirror](mirror.md).
|
|
|
|
### Links
|
|
|
|
* [Docker Offical Docs](https://docs.docker.com/docker-for-windows/install/)
|