自从 Docker 工具箱安装在 Windows 后,Vagrant 无法工作

Vagrant don't work since Docker toolbox's install on Windows

我在 Windows 上安装了 docker-toolbox 来试一试。它似乎正在寻找。

但是我的流浪汉停止工作了。现在,当我尝试 vagrant up(完全不同的项目)时,我看到:

The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:

Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:

4.0, 4.1, 4.2, 4.3

不确定我应该怎么做才能解决这个问题。如果我 remove/install Virtualbox,它还能与 docker-toolbox 一起使用吗?

运行 在

Docker 工具箱已安装 VirtualBox 5.0

将 vagrant 升级到 1.7.3,它将支持(参见 https://github.com/mitchellh/vagrant/issues/5572)理想情况下升级到 vagrant 1.7.4