website/docs: remove vagrant box info [GH-3110]

This commit is contained in:
Mitchell Hashimoto 2014-04-11 18:58:57 -07:00
parent 374d1c495a
commit f919a9851d
1 changed files with 6 additions and 4 deletions

View File

@ -22,10 +22,12 @@ to update your own custom boxes with versions. That is covered in
## Viewing Versions and Updating
You can view the versions a box has by calling `vagrant box info`. This
command will refresh the metadata associated with a box and list all
available versions for this box. `vagrant box list` only shows _installed_
versions of boxes.
`vagrant box list` only shows _installed_ versions of boxes. If you want
to see all available versions of a box, you'll have to find the box
on [Vagrant Cloud](https://vagrantcloud.com). An easy way to find a box
is to use the url `https://vagrantcloud.com/USER/BOX`. For example, for
the `hashicorp/precise64` box, you can find information about it at
`https://vagrantcloud.com/hashicorp/precise64`.
You can check if the box you're using is outdated with `vagrant box outdated`.
This can check if the box in your current Vagrant environment is outdated