1

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

これを修正するために何をすべきかわかりません。Virtualbox を削除/インストールした場合でも、docker-toolbox で動作しますか?

実行中

  • ウィンドウズ7
  • 放浪者 1.7.2
4

1 に答える 1

2

Docker Toolbox は VirtualBox 5.0 をインストールしました

vagrantを 1.7.3 にアップグレードすると、サポートされます ( https://github.com/mitchellh/vagrant/issues/5572を参照) 理想的には vagrant 1.7.4 にアップグレードします

于 2015-12-03T15:35:37.413 に答える