如何将vagrant exact32升级到较新版本?

Sel*_*lah 8 ubuntu vagrant

我试图运行Vagrant机器,但因为我安装了Vagrant 1.0.1而遇到了错误.然后我卸载并安装了Vagrant 1.2.2.但是,当我运行vagrant时,我得到一个错误.

$ vagrant up

Bringing machine 'default' up with 'virtualbox' provider...
The box 'precise32' is still stored on disk in the Vagrant 1.0.x
format. This box must be upgraded in order to work properly with
this version of Vagrant.
Run Code Online (Sandbox Code Playgroud)

我尝试了vagrant init但也遇到了错误.

$ vagrant init precise32 http://files.vagrantup.com/precise32.box

`Vagrantfile` already exists in this directory. Remove it before
running `vagrant init`.
Run Code Online (Sandbox Code Playgroud)

如何将我的精确32盒升级为新版Vagrant?

chr*_*ard 15

vagrant box repackage precise32 virtualbox
Run Code Online (Sandbox Code Playgroud)