Win7 install Docker tool

1. Download docker tool

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

2, referring to the official website Manual installation

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

Note: If you previously installed git git installed can save, but after a successful installation docker tool need to manually configure bash.exe address.

3, check the environment variables

As the installation of visualBox version of the problem, the environment variable name may be inconsistent, make sure the following two environment variables are configured correctly

VBOX_INSTALL_PATH: C: \ Program Files \ Oracle \ VirtualBox \ (Note: VirtualBox installation directory)

VBOX_MSI_INSTALL_PATH: C: \ Program Files \ Oracle \ VirtualBox \ (Note: VirtualBox installation directory)

4. You can now run docker tool terminal, automatically configures docker virtual machine is running, if prompted boot2docker.iso during operation can not be obtained from github, this time to manually get the mirror, after docker tool terminal installed in the default installation directory there is a mirror that, paste the copied image into the C: \ \ .docker \ under Users \ Administrator machine \ cache directory, start docker tool terminal will use the mirrored copy and paste configure virtual machines in the case of off network

The successful launch!

Published 11 original articles · won praise 2 · views 20000 +

Guess you like

Origin blog.csdn.net/wddbq/article/details/104816424