Infrastructure Automation with HashiCorp ( ͡° ͜ʖ ͡°)
#Some interesting finds trying to get vagrant up on this box.
- If you happened to create a Vagrant project with just vagrant init (which I did).. this will create the Vagrantfile, but it won't have a box defined.
#- Instead, try this: #$ vagrant init hashicorp/precise32 #$ vagrant up
#The Vagrant website has a Getting Started which gives some good examples.
#IMAGES