我使用Docker版本1.12.2,生成bb80604和VirtualBox 5.1.6.
我能够正确安装Docker ToolBox,但我无法启动默认VM.
我试图按照here给出的指令,但我仍然得到系统找不到指定文件的错误.我没有在系统上启用Hyper-V.
F:\>docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
default not found Error open C:\Users\Animesh\.docker\machine\machines\default\config.json: The system cannot find the file specified.
F:\>docker-machine env --shell=cmd
open C:\Users\Animesh\.docker\machine\machines\default\config.json: The system cannot find the file specified.
F:\>docker rm default
An error occurred trying to connect: open //./pipe/docker_engine: The system cannot find the file specified.
我该如何解决这个问题?
最佳答案
原文链接:https://www.f2er.com/docker/435840.html