【发布时间】:2015-05-07 03:15:50
【问题描述】:
我添加了来自https://dl.dropboxusercontent.com/s/x1085661891dhkz/lxc-centos6.5-2013-12-02.box的本地文件框
vagrant box 添加 centos centos.box
流浪初始化centos
我的外壳:
cheneytekimbp:vagrant-centos zicjin$ vagrant box list
centos (lxc, 0)
lucid32 (virtualbox, 0)
cheneytekimbp:vagrant-centos zicjin$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'centos' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'centos' (v0) for provider: virtualbox
default: Downloading: centos
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't open file /Users/zicjin/Work/vagrant-centos/centos
【问题讨论】:
-
如果您已经下载,请使用
vagrant box add /path/to/lxc-centos6.5-2013-12-02.box添加框。
标签: vagrant