
Basic introduction
Docker for Windows stands for Docker Community Edition for Windows and is designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized applications. Docker CE for Windows uses Windows native Hyper-V virtualization and networking and is the fastest and most reliable way to develop Docker applications on Windows. Docker CE for Windows supports running Linux and Windows Docker containers.
Installation method
The required conditions are: 64bit Windows 10, turn on Hyper-V
Turn on Hyper-V in win10
Control Panel -> Programs -> Turn Windows features on or off -> Check Hyper-V

Automatic restart
3. Install Docker
Install with the installation package you just downloaded. After the installation is complete, start Docker
If Hyper-V is not enabled, you will be prompted to enable Hyper-V when starting Docker.

If when starting, it prompts that there is insufficient memory and the startup fails, you can adjust the VM memory size in the settings.

View version and other information
docker info

docker run hello-world

docker run -it ubuntu bash

docker ps -a





















Useful
Useful
Useful