Macos docker计算机无法启动主机

Macos docker计算机无法启动主机,macos,docker,Macos,Docker,我最近在我的电脑上安装了docker toolbox(OS X),虽然我在其他笔记本电脑上也能正常工作,但在这台电脑上似乎不能正常工作。使用docker工具箱安装并通过docker命令行工具启动后(根据docker文档)。我得到了一个主机不运行的错误原因 Machine default already exists in VirtualBox. Starting machine default... exit status 1 Started machines may have new IP a

我最近在我的电脑上安装了docker toolbox(OS X),虽然我在其他笔记本电脑上也能正常工作,但在这台电脑上似乎不能正常工作。使用docker工具箱安装并通过docker命令行工具启动后(根据docker文档)。我得到了一个主机不运行的错误原因

Machine default already exists in VirtualBox.
Starting machine default... exit status 1 Started machines may have new IP addresses. You may need to re-run the docker-machine env command. Setting environment variables for machine default...
                    ##         .
              ## ## ##        ==
           ## ## ## ## ##    ===
       /"""""""""""""""""\___/ ===
  ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
       \______ o           __/
         \    \         __/
          \____\_______/
host is not running docker is configured to use the default machine with IP For help getting started, check out the docs at https://docs.docker.com
default is not running. Please start this with docker-machine start default
尝试docker机器启动默认值也无法启动主机:

bash-3.2$ docker-machine ls
NAME      ACTIVE   DRIVER       STATE     URL   SWARM
default            virtualbox   Stopped         
bash-3.2$ docker-machine start default
exit status 1
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.
bash-3.2$ docker-machine ls
NAME      ACTIVE   DRIVER       STATE     URL   SWARM
default            virtualbox   Stopped 

这似乎是与Virtual Box 5.0的兼容性问题。 尝试本期Github中提到的解决方案。

更新虚拟机并确保虚拟机已删除修复了该问题(并确认您的硬件支持“英特尔虚拟化”修复了该问题。)