Docker for windows: Error creating machine

落爺英雄遲暮 提交于 2020-01-17 08:29:51

问题


Simply following directions here: https://docs.docker.com/machine/drivers/hyper-v/

Tried this command to create a new virtual machine

$ docker-machine create --driver hyperv vm

But don't get too far and get this error

Running pre-create checks...
Creating machine...
(vm) Copying C:\Users\vostro\.docker\machine\cache\boot2docker.iso to C:\Users\
(vm) Creating SSH key...
(vm) Creating VM...
(vm) Using switch "DockerNAT"
(vm) Creating VHD
(vm) Starting VM...
Error creating machine: Error in driver during machine creation: exit status 1

The documentation makes it seem simple to set up a VM, but I can't find any troubleshooting help when I get to this point.

来源:https://stackoverflow.com/questions/44393549/docker-for-windows-error-creating-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!