无法创建Docker虚拟机

前端之家收集整理的这篇文章主要介绍了无法创建Docker虚拟机 前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我以前使用过boot2docker,并且一切正常.现在,当我升级为使用Docker ToolBox时,无法创建新的虚拟机.

我什至无法导入与boot2docker一起使用的虚拟机.

尝试创建新计算机时出现此错误

C:\Program Files\Docker ToolBox\kitematic\resources\resources\docker-machine.exe -D create -d virtualBox --virtualBox-memory 2048 default returned non zero exit code. Stderr: Converting from raw image file="stdin" to file="C:\Users\disk.vmdk"... Creating dynamic image with size 20971520000 bytes (20000MB)... Error creating machine: exit status 1 You will want to check the provider to make sure the machine and associated resources were properly removed.

当尝试导入boot2docker使用的旧虚拟机时,我得到了这个信息:

C:\Users\pmandayam>docker-machine create -d virtualBox --virtualBox-import-boot2 
docker-vm boot2docker-vm docker-vm 
Creating VirtualBox VM... 
Error creating machine: exit status 1 
You will want to check the provider to make sure the machine and associated reso 
urces were properly removed.

协助,不胜感激.

谢谢,

普里斯维

最佳答案
我通过重新安装Docker ToolBox解决此问题,请确保安装了Oracle VM VirtualBox的所有组件.
原文链接:https://www.f2er.com/docker/532581.html

猜你在找的Docker相关文章