System environment
1. Windows 7 Ultimate 64-bit i5-2450m CPU 8G memory
2. Support "Hardware virtualization Technology", and "virtualization" is available
Get Docker Toolbox
Open Official website https://docs.docker.com/click Get Docker link. The first is the two release notes for Docker and their differences, followed by supported platforms. Note that there is no Windows 7, so do not blindly click on the download.
In the left menu of the page, click Docker Toolbox (Legacy)->install Toolbox on Windows. It says here that Docker Toolbox provides a way to get the old Windows operating system to use Docker, and clicking Get Docker Toolbox for Windows Download 206M will soon be finished downloading.
Installing Docker Toolbox
A few more shortcuts on the desktop
Verifying the installation
1. Double click "Docker Quickstart Terminal" to launch a terminal window, automatically execute script to get boot2docker.iso to local path "C:\Users\zhaobaolong\.docker\machine\ Machines\default "
Started successfully, C:\Users\zhaobaolong\.docker\machine\machines\default, also generated some files
2. Verifying the installation
$docker run hello-world
Reference links
Install docker:https://docs.docker.com/engine/installation/
Install Docker Toolbox on windows:https://docs.docker.com/toolbox/toolbox_install_windows/
Win7 Installing Docker