2016-01-20 63 views
-1

我在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

不知道你的Linux的14是什麼意思,因爲有很多不同的Linux發行版。你知道你在使用哪種發行版嗎?另外,你可以編輯你的文章以包含你的Vagrantfile嗎? –

+0

我投票結束這個問題作爲題外話,因爲它不是一個編程問題。它可能更適合https://askubuntu.com/。 –

+0

@PatrickLee:這個問題被標記爲「ubuntu」,所以大概是Ubuntu 14.04或14.10(很可能是前者,因爲這是長期支持版本)。 –

回答

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>