Sha256: 8ce2f13e12960a08f10957b338a66729c353282722c7b15fcdb5652b5e0979fa
Contents?: true
Size: 815 Bytes
Versions: 4
Compression:
Stored size: 815 Bytes
Contents
--- layout: "docs" page_title: "Finding and Using Boxes" sidebar_current: "vagrant-cloud-boxes-using" --- # Finding and Using Boxes A primary use case of Vagrant Enterprise 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: 1. Go to the [Discover page](https://vagrantcloud.com/discover), and search for any box you want. 1. Once you find a box, click its name to learn more about it. 1. When you're ready to use it, copy the name, such as "hashicorp/precise64" and initialize your Vagrant project with `vagrant init hashicorp/precise64`. Or, if you already have a Vagrant project created, modify the Vagrantfile to use the box: `config.vm.box = "hashicorp/precise64"`
Version data entries
4 entries across 4 versions & 1 rubygems