docker installed in win7

Download the latest version dockerToolbox on github

https://github.com/docker/docker-ce/releases/tag/v19.03.4

Or at the following Web site to download the previous version

https://get.daocloud.io/#install-docker-for-mac-windows

Installation will be completed the following three procedures, mainly used in the second.

Download the latest version boot2docker.iso file on github

https://github.com/boot2docker/boot2docker/releases

The latest version of boot2docker.iso file into the machine at .docker in the user directory cache folder

 

Then start docker quickstart terminal

 

Output follows

 

 

 After successful installation docker, you can not obtain ip address.

the reason:
Problems arise because the initialization
Solution:
Delete both files initiated under administer directory, then turn off the network, re-open the docker quickstart teminal terminal initialization

 

 Turn off the network after successfully re-initialized

 

 Run hello-world image, opening the container.

 

 

 

 

Guess you like

Origin www.cnblogs.com/jeromeNie/p/11741833.html