admin 管理员组文章数量: 1184232
我在windowx 7 X64 操作系统安装了Docker-ToolBox ,Docker的版本是17.05.0-ce
启动 Docker Quickstart Terminal报错:
Running pre-create checks...
(default) No default Boot2Docker ISO found locally, downloading the latest release...
(default) Latest release for github/boot2docker/boot2docker is v17.05.0-ce
(default) Downloading C:\Users\zheng\.docker\machine\cache\boot2docker.iso from https://github/boot2docker/boot2docker/releases/download/v17.05.0-ce/boot2docker.iso...
(default) 0%Error removing file: Error removing temporary download file: remove C:\Users\zheng\.docker\machine\cache\boot2docker.iso.tmp24517390: The process cannot access the file because it is being used by another process.
(default)Looks like something went wrong in step ´Checking if machine default exists´...Press any key to continue...
这是因为,启动时如果检测到没有 Boot2Docker,就会去下载,这个下载过程出现网络连接上的错误了,导致启动失败。
如果存在下载失败的临时文件,要将其删除。(我的机器上的路径是C:\Users\zheng\.docker\machine\cache\boot2docker.iso.tmp24517390)
自己用其他工具去下载对应的 boot2docker.iso 文件(下载链接:https://github/boot2docker/boot2docker/releases/download/v17.05.0-ce/boot2docker.iso)
然后放置到对应的目录(我的是:C:\Users\zheng\.docker\machine\cache\boot2docker.iso)就可以了。
版权声明:本文标题:解决Windows 7启动 Docker 报错 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://www.roclinux.cn/b/1767830232a3509090.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论