我之前使用的是 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.
协助,不胜感激。
谢谢,
普里特维