#Some useful Vagrant commands
# Bring up the system
vagrant up
# Get into the running virtual machine
vagrant ssh
# Bring the machine down and up again
# (equivalent of running a halt followed by an up)
vagrant reload
# Destroy the current created virtual machines
vagrant destroy