website/content/vagrant-cloud/boxes/using.mdx
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
[!IMPORTANT]
Documentation Update: Product documentation previously located in/websitehas moved to thehashicorp/web-unified-docsrepository, where all product documentation is now centralized. Please make contributions directly toweb-unified-docs, since changes to/websitein this repository will not appear on developer.hashicorp.com. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
A primary use case of Vagrant Cloud by HashiCorp is to be able to easily find boxes you can use with Vagrant that contain the technologies you need for a Vagrant environment. We've made it extremely easy to do that:
Go to the Discover page, and search for any box you want.
Once you find a box, click its name to learn more about it.
When you're ready to use it, copy the name, such as "hashicorp/bionic64"
and initialize your Vagrant project with vagrant init hashicorp/bionic64.
Or, if you already have a Vagrant project created, modify the Vagrantfile
to use the box: config.vm.box = "hashicorp/bionic64"