【发布时间】:2015-10-17 09:06:23
【问题描述】:
我的流浪版本是:
$ vagrant --version
Vagrant version 1.0.1
以下these instructions、vagrant init 工作:
$ vagrant init chef/centos-6.6
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
但是vagrant up找不到盒子:
$ vagrant up
There was a problem with the configuration of Vagrant. The error message(s)
are printed below:
vm:
* The box 'chef/centos-6.6' could not be found.
如何配置vagrant,或者命令行选项,使用chef/centos-6.6?
【问题讨论】: