DockerToolbox等待IP卡住

我一直试图解决这个问题一段时间,但迄今没有成功。

我无法运行/下载图像以及容器。

规格是:

Windows 7 enterprise - 64bit Docker version 17.07.0-ce, build 8784753 docker-machine version 0.12.2, build 9371605 docker-compose version 1.15.0, build e12f3b94 VirtualBox version 5.1.26 

我已经卸载了一切,并安装了dockertoolbox(并勾选virtualbox选项,以便与它一起安装)以pipe理员身份运行QuickStart并卡住“等待IP”

 Running pre-create checks... Creating machine... (default) Copying C:\Users\***\.docker\machine\cache\boot2docker.iso to C:\U sers\***\.docker\machine\machines\default\boot2docker.iso... (default) Creating VirtualBox VM... (default) Creating SSH key... (default) Starting the VM... (default) Check network to re-create if needed... (default) Windows might ask for the permission to create a network adapter. Some times, such confirmation window is minimized in the taskbar. (default) Found a new host-only adapter: "VirtualBox Host-Only Ethernet Adapter #2" (default) Windows might ask for the permission to configure a network adapter. S ometimes, such confirmation window is minimized in the taskbar. (default) Windows might ask for the permission to configure a dhcp server. Somet imes, such confirmation window is minimized in the taskbar. (default) Waiting for an IP... Error creating machine: Error in driver during machine creation: Too many retrie s waiting for SSH to be available. Last error: Maximum number of retries (60) e xceeded Looks like something went wrong in step 'Checking if machine default exists'... Press any key to continue... 

一段时间后,它会抛出一个ssh错误。

如果我尝试在terminal上的docker信息,它会引发以下错误

 λ docker info error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.31/info: 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. 

我不知道我能做什么。 我没有代理服务器,在防火墙中没有看到任何拦截器。 我也尝试了以下解决scheme

 docker-machine env --shell cmd default @FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd default') DO @%i 

但是,它并没有通过第一行

 C:\WINDOWS\system32>docker-machine env --shell cmd default dial-http tcp 127.0.0.1:65243: read tcp 127.0.0.1:65244->127.0.0.1 v: An existing connection was forcibly closed by the remote host. 

我错过了什么?