Original article, welcome to reprint. Reprint please specify: reprint from IT people story, thank you! How to install Docker on Windows
The biggest difference between man and animal is that man can use tools. Windows system is still the mainstream. Today, I will introduce docker installation under Windows, but it needs to be emphasized that Docker is the application under Linux after all, so its support for Linux is stronger than Windows, and docker installation on Windows is more demanding.
Windows installer’s official website
Docker for Windows10
Installation instructions
For Windows operating systems. 1. The operating system must be Windows 10 64-bit. 2. Hyper-v virtualization must be enabled to support it.
Docker Engine, Docker CLI Client, Docker Compose, Docker Machineand Kitematic.
download
- Click ->Docker for Windows (Microsoft Windows 10)
- Click on the link above – drop down page – select version
- Stable Quarterly Version
- On the Edge version
Get Docker CE for Windows (stable)
- Stable,Edge
- Click here to download the installation
- Download… , suggest thunder download, page really slow!
- The download
The installation
- Double-click Docker for Windows Installer.exe
- configuration
- In the installation
- Installation prompts, select Allow
- Attention: Attention! In front of high energy, there will be a prompt after the installation is completed. Click OK and the computer will restart automatically. Be sure to save other program files. The application is installed.
- After restarting, click Start
- Hyper-v virtualization is not installed, and you need to restart it again.
- After the restart, log in to dockerId and click Register
- Docker login is successful
use
- Open the CMD terminal and run commands
# docker version
docker --version
Copy the code
# docker information
docker info
Copy the code
- Docker info information
- About docker
- Install Kitematic
Kitematic is a GUI tool launched by Docker, which makes the way to operate Docker more simple and intuitive.
* Click: Download
Download and install
- After downloading, put it in this directory
- Place in the specified folder
- installed
- Start-up success
Personal homepage: IT people’s stories
PS: Windows docker installation really trouble, in fact, it does not matter, in the future, we will create Linux virtual machine through virtualization, through virtual machine to create docker.
Past wonderful
- Docker Guide (1)
- Technical Overview of Containers (II)
- Docker’s charm first experience -5 minutes to install wordpress without taking a detour (3)
- Docker official website Introduction (4)
- How to install Docker on MAC