mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 19:43:41 +00:00
28 lines
963 B
Go
28 lines
963 B
Go
## Install Docker Desktop CE on Windows 10
|
|
|
|
### System requirements
|
|
|
|
[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 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
|
|
|
|
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)
|
|
|
|
### Accelerate Images(In China)
|
|
|
|
If you pull docker images very slowly, then you can configurate [Registry Mirror](mirror.md).
|