website/content/vagrant-cloud/boxes/catalog.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. ⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
Vagrant Cloud serves a public, searchable index of Vagrant boxes. It's easy to find boxes you can use with Vagrant that contain the technologies you need for a Vagrant environment.
You don't need a Vagrant Cloud account to use public boxes.
Go to the Box search page.
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".
Not all boxes are available for all providers. You may need to sort by a provider that you have on your local system to narrow down your search.
As with all software and configuration used from a public source, it's important to keep in mind whose box you're using. Here are some things to note when you're choosing a box:
bento or ubuntu, you can likely
trust the box more than an anonymous user.