window docker offline installation configuration (pro-test)

Offline installation configuration indow docker

First, set the system to support virtualization

1, physical machine settings:

1、进入BIOS。开机时按F2或F12或DEL或ESC等键(各电脑有所不同)。
2、进入BIOS后,找到Configuration选项,选择Intel Virtual Technology并回车,将光标移至Enabled,然后再回车,最后按F10保存并退出。

If you can not find the Configuration option, you can try the following method:
(1) Some HP computers into the BIOS, need to choose SystemConfiguration (System Configuration) menu, then select Device Configuration (Device Configuration), find Virtualization Technology, is set to Enabled .
(2) After some Thinkpad computer to enter BIOS, necessary to select the Security menu, then select the Virtualization, is set to Enabled.
(3) Certain DELL computers into the BIOS, need to select the Processor Settings menu, then select VirtualizationTechnology, is set to Enabled.

2, the virtual machine settings (vmare)

1.	关闭该系统虚拟机
2.	修改虚拟机配置  :  处理器—>虚拟化引擎—>选中

Here Insert Picture Description
Second, download and install the software docker toolbox

win7, win8, etc. need to use docker toolbox to install, the country can use a mirror to download Ali cloud, Download: http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/
or: HTTPS: // get.daocloud.io/toolbox/ currently downloaded DockerToolbox-18.09.3.exe

docker toolbox 是一个工具集,它主要包含以下一些内容:
Docker CLI 客户端,用来运行docker引擎创建镜像和容器
Docker Machine. 可以让你在windows的命令行中运行docker引擎命令
Docker Compose. 用来运行docker-compose命令
Kitematic. 这是Docker的GUI版本
Docker QuickStart shell. 这是一个已经配置好Docker的命令行环境
Oracle VM Virtualbox. 虚拟机

After the download is complete click on the installation, the installation is successful, there will be three icons at the table, into the figure below:
Here Insert Picture Description
Click Docker QuickStart icon to start Docker Toolbox terminal.

Abnormal 1: If you start is as follows: the proof is not the first step.
Here Insert Picture Description
Exception 2: If the start is as follows
Here Insert Picture Description

解决办法:
办法1:断掉网络重新点击Docker Quickstart Terminal
办法2:根据图中红线下载最新的boot2docker.iso 文件,将下载好的文件放在C:\Users\Ibuaa\.docker\machine\cache 目录中,
	   重新点击启动Docker Quickstart Terminal

Normal below
Here Insert Picture Description
three, the test environment docker
performed docker run helloword, the following picture shows the successful installation
Here Insert Picture Description

Guess you like

Origin blog.csdn.net/qq_36499085/article/details/93722665
Recommended