Ubuntu上的Vagrant:找不到任何盒子

时间:2015-11-11 04:39:00

标签: ubuntu vagrant

我正在尝试在Ubuntu上使用vagrant

我只是试图像这里记录的那样(https://vagrantcloud.com/ubuntu/boxes/ubuntu-15.04-snappy-core-edge-amd64):

vagrant init ubuntu/ubuntu-15.04-snappy-core-edge-amd64
vagrant up --provider virtualbox

我总是收到错误消息:

* The box 'ubuntu/ubuntu-15.04-snappy-core-edge-amd64' could not be found.

与其他任何方框相同。

参考这个问题:Getting The box 'hashicorp/precise32' could not be found on firing 'vagrant up' from terminal in ubuntu,我需要编辑我的Vagrantfile并输入框的网址。

但我尝试了像

这样的网址
config.vm.box_url = "http://files.vagrantup.com/ubuntu-15.04-snappy-core-edge-amd64"

config.vm.box_url = "http://files.vagrantup.com/ubuntu/ubuntu-15.04-snappy-core-edge-amd64"

我总是收到http 404 not found错误。我只需要正确的URL,也许我需要做更多的事情......

1 个答案:

答案 0 :(得分:2)

使用

安装的vagrant版本
apt-get install vagrant

为1.4.3,但需要1.5或更高版本。

安装最新版本的最快方法是: 下载Debian版本(32位或64位) https://www.vagrantup.com/downloads.html