Updated Available Vagrant Boxes (markdown)

Seth Vargo 2015-11-08 13:45:40 +00:00
parent b59cfdf8e4
commit e7acfe974e
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
HashiCorp (the makers of Vagrant) publish a basic Ubuntu 12.04 (32 and 64-bit) box that is available for minimal use cases. It is highly optimized, small in size, and includes support for Virtualbox and VMware. You can use it like this:
```shell
vagrant init hashicorp/precise64
$ vagrant init hashicorp/precise64
```
or you can update your `Vagrantfile` as follows: