时间:2023-01-19 09:30:35 | 栏目: | 点击:次
windows10、Windows Server 2016以上系统可直接使用安装包,低版本系统需要使用 Docker Toolbox 来进行安装使用 Docker。
这里在网盘中提供需要的文件。
链接: https://pan.baidu.com/s/1C9rTfY2AkQQv6g-XPWZ39Q?pwd=n83r
提取码: n83r
开启 Cpu 的虚拟化支持。通过任务管理器查看,如下图所示。
按照提示进行安装。
勾选上Install VirtualBox …
勾选上“始终信任来自Oracle…”的软件。
安装成功后,桌面显示的三个快捷启动方式。
打开桌面上的 Docker Quickstart Terminal,正常启动界面如下图所示。
测试Docker
docker -v docker run hello-world docker images
如下图表示Docker运行正常
1.未找到Boot2Docker
Running pre-create checks…
(default)No default Boot2Docker ISO found locally, downloading the latest release…
Error with pre-create check: "Get https://api.github.com/repos/boot2docker/boot2 922
docker/releases/latest: dial tcp 192.30.252.125:443: connectex: A connection att
empt failed because the connected party did not properly respond after a period
of time, or established connection failed because connected host has failed to r
espond."
Looks like something went wrong in step ‘Checking if machine default exists’…
Press any key to continue…
解决办法:将boot2docker.iso (如下图红框显示文件)复制到 %HOMEPATH%.docker\machine\cache
可以参考我的文件路径,只需将用户名更改为你的。
https://forums.docker.com/t/pre-create-check-failed-when-first-time-launch-docker-quickstart-terminal/9977/11
https://www.cnblogs.com/StivenYang/p/13843397.html
https://www.csdn.net/tags/MtjacgysMTk0MDMtYmxvZwO0O0OO0O0O.html