Windows7 installation method docker tools

 

1, refer to the official documentation

https://docs.docker.com/toolbox/toolbox_install_windows/

Note: because my computer is windows10 Home Edition, it can not be used  Docker Desktop for Windows . Only choose the second way, is to install Docker toolbox. Toolbox Releases 

 

2, Toolbox exe files download

https://github.com/docker/toolbox/releases

 

3, download windows git 

https://git-scm.com/download/win

 

4, install toolbox.

According to the way next, you can complete the installation

 

5, the installation process, you will be prompted environmental variables can not be written, and this can be added manually at a later stage.

Need the system environment variables, environment variables are added:

DOCKER_TOOLBOX_INSTALL_PATH       =    C:\Program Files\Docker Toolbox

Path To add a toolbox path C: \ Program Files \ Docker Toolbox

VBOX_MSI_INSTALL_PATH                       =   C:\virtualbox\

 

6, after the installation is complete, you can start the toolbox, click on the desktop: Docker Quickstart Terminal

After the normal start, it will display the following pattern

 

 

 

7, the verification result after installation.

 

 

You can see the system will first download the image, and then run the container, the effect of the operation as follows:

 

 

 

 

8, showing the container and remove the container

 

 

 

9, remove the mirror

 

 

10, Download image

 

 Here the container can be related to various operations, and without using a virtual machine on a virtual box verify mode.

 

appendix:

1、git 常用命令参考

https://git-scm.com/book/en/v2

 

2、曾经出现的问题。 toolbox 启动失败。解决方法如下:

https://www.cnblogs.com/ecology-lee/p/10017992.html

 

Guess you like

Origin www.cnblogs.com/zhouhaibing/p/12008429.html