Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 152 Bytes

Vagrant.markdown

File metadata and controls

7 lines (5 loc) · 152 Bytes

The very basics

vagrant init hashicorp/precise32  # or whatever - not needed if Vagrantfile
vagrant up
vagrant ssh
vagrant destroy