【问题标题】:Vagrant Provision流浪供给
【发布时间】:2016-07-07 21:53:34
【问题描述】:

我运行了vagrant up,它要求我更新框,所以我用vagrant box update 更新,它一直向我显示这个;

是的,我更新了 VirtualBox。我该怎么办?

【问题讨论】:

    标签: macos vagrant


    【解决方案1】:
    ==> default: Checking if box 'ubuntu/trusty32' is up to date...
    

    关键字是checking,系统会查看你是否拥有最新版本的盒子。

    如果你没有,你会得到类似的东西(来自 wily64 盒子的例子)

    ==> default: A newer version of the box 'ubuntu/wily64' is available! You currently
    ==> default: have version '20160105.1.0'. The latest is version '20160706.0.0'. Run
    ==> default: `vagrant box update` to update.
    

    由于您没有看到有关 box 更新的消息,vagrant 识别出您拥有最新版本的 box

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-09-27
      • 1970-01-01
      • 1970-01-01
      • 2018-05-06
      相关资源
      最近更新 更多