Vagrant up加载插件失败

时间:2015-09-30 00:34:40

标签: vagrant ubuntu-14.04 vagrantfile vagrant-plugin

zulip设置需要进行Vagrant设置。 https://github.com/zulip/zulip 但它在Ubuntu 14.04中失败了

$vagrant plugin install vagrant-lxc
Installing the 'vagrant-lxc' plugin. This can take a few minutes...
Installed the plugin 'vagrant-lxc (1.2.1)'!


$vagrant up
Failed to load the "vagrant-lxc" plugin. View logs for more details.
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 'ubuntu/trusty64' could not be found.

任何想法可能出错?

1 个答案:

答案 0 :(得分:1)

问题似乎不是来自插件,而是来自方框。

可以使用vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64

下载此框

安装此框后,您应该可以运行vagrant up

另外,如果你在正常的ubuntu盒子上运行,为什么还需要vagrant-lxc插件,你是不是想使用另一个盒子?