我在Ubuntu Linux 14上。我安装了vagrant和virtual-box。我从存储库中获得了来自Vagrantfiile的文件。但是,我总是得到这个错误:
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The box 'hoatle/iorad' could not be found.
我该如何解决?
答案 0 :(得分:2)
所以流浪汉在地图册中找不到你的盒子,很奇怪,因为它似乎在那里:https://atlas.hashicorp.com/hoatle/boxes/iorad
您可以尝试使用vagrant box add hoatle/iorad
直接安装该框,但我想它也不适用于您的情况。
尝试直接从wget https://atlas.hashicorp.com/hoatle/boxes/iorad/versions/0.5.0/providers/virtualbox.box
下载文件夹文件,然后使用vagrant box add hoatle/iorad <path to your downloaded box file>