docker_practice/install/windows.md

32 lines
1.0 KiB
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)
### Registry Mirror(In China)
If you pull docker images very slowly, then you can configurate [Registry Mirror](mirror.md).
### Links
* [Docs](https://docs.docker.com/docker-for-windows/install/)