Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 355 Bytes

Single Machine Vagrant

This is a simple single machine Vagrant system. Some popular options are configured in the Vagrantfile.

Instructions

vagrant up      # start system and provision it
vagrant ssh     # to ssh into system
vagrant halt    # turn off system
vagrant reload  # restart system
vagrant destroy # delete system