【发布时间】:2019-07-10 01:02:12
【问题描述】:
我正在学习vagrant(https://www.vagrantup.com/intro/getting-started/boxes.html),因为不能直接“vagrant box add hashcorp/precise64”页面上写的,我先下载hashicorp/precise64,然后添加。它说“盒子:成功为 virtualbox 添加了盒子‘hashicorp/premature64’(v0)”。然后我按照页面上写的那样配置了 vagrantfile。但是当我“vagrant up”时,它说“找不到盒子'hashicorp/premature64'。......进程0%......”。我一直在寻找解决方案,但找不到。有人可以帮忙吗?谢谢!
【问题讨论】:
-
澄清你是否运行
vagrant box add hashicorp/precise64?
标签: vagrant