我在Ubuntu系统中安装Vagrant(14.04)。当我进入"流浪汉"注释显示以下错误。
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 'hashicorp/precise64' could not be found
答案 0 :(得分:1)
Precise64是Ubuntu Server 12.04 LTS。请查看Ubuntu boxes。
答案 1 :(得分:0)
你使用漂亮的Vagrant版本 - 我建议你更新,今天的最新版本是1.8.5
因为vagrant 1.8x vagrant可以从atlas下载框并支持当前版本不支持的框版本控制。您正在使用的Vagrantfile与您的版本
不兼容如果您可以更新 - 继续更新,它将有效。 (请注意hashicorp/*
框已经过时了,所以我建议您切换到最新的ubuntu/*
,在您的情况下使用ubuntu/precise64
)
如果您无法更新(这不是我的建议) - 您需要手动下载该框(来自此link)并将其添加到您的流浪者框中(命令将为{{1在此
之后,box_versionvagrant box add --name ubuntu/precise64 <location of box file downloaded>) and remove the
流浪