Docker&VirtualBox不能在Windows 7中工作

我已经为Windows和Oracle VM VirtualBox安装了DockerToolbox。

C:\Users\admin>docker version Client: Version: 17.10.0-ce API version: 1.33 Go version: go1.8.3 Git commit: f4ffd25 Built: Tue Oct 17 19:00:02 2017 OS/Arch: windows/amd64 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.33/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. 

错误是因为docker机没有创build/运行。

我试图创build使用永久挂起的docker机器。 C:\ Users \ admin> docker-machine create –driver = virtualbox test运行预创build检查…

在任务pipe理器中,多个docker-machine.exe正在运行。 启动Oracle VM VirtualBox不会显示GUI,但VBoXSVC.exe,VBoxManage.exe,VirtualBox.exe正在任务pipe理器中运行。

任何帮助解决docker机和Virtualbox的问题?