Recent testing procedures require more, more and more virtual machines on the notebook, test Docker, essays as follows.
First, install Docker
Host Windows 10 Pro
There are two ways to install Docker online on WINDOWS10
One is to use Installdocker, one is to use Dockertoolbox
Using Installdocker installation is to install a container environment directly on Windows, but you need to turn on Microsoft Hyper-V (also virtualization-related)
The actual installation using the Dockertoolbox installation is Docker-machine, you can use the VirtualBox VM in the installation
VirtualBox VMs and Microsoft Hyper-V are not enabled at the same time
Microsoft Hyper-V opens and manages Windows features in Control Panel program startup or shutdown
Docker website
http://www.docker.com/
Download the installation package for Docker windows
Https://download.docker.com/win/stable/InstallDocker.msi
Download Dockertoolbox
Https://github-cloud.s3.amazonaws.com/releases/38274922/a30a5624-8fec-11e6-9d71-8ee817137bb6.exe? X-amz-algorithm=aws4-hmac-sha256&x-amz-credential=akiaistnzfovbijmk3tq%2f20161031%2fus-east-1%2fs3%2faws4_ Request&x-amz-date=20161031t020636z&x-amz-expires=300&x-amz-signature= 05b85316cf03682f2da17ee20099f90052f183ffac43ef282525c4c9f05bc129&x-amz-signedheaders=host&actor_id=0 &response-content-disposition=attachment%3B%20filename%3DDockerToolbox-1.12.2.exe& Response-content-type=application%2foctet-stream
Or
http://192.168.202.1/dockertoolbox-1.12.2.exe?fid=7suyhzoo94* Q7w1vqaailawuekeagrmmaaaaajki5vrpwmna4khcw1gaxcrndpwv&mid=666&threshold=150&tid= D58a3a614d5f0dfd93572bf545bbbc54&srcid=119&verno=1
I started using Installdocker installation directly, but I encountered the following prompt when downloading containers.
C:\>docker run hello-'hello-world:latest' from library/ hello-"linux"this'Docker run--help '.
In Docker with Dockertoolbox installation, there is a direct interface to the hub, which can be downloaded directly using the interface or using PowerShell.
Windows Docker test