Skip to content

Instantly share code, notes, and snippets.

@jgrossiord
Last active December 18, 2015 07:59
Show Gist options
  • Save jgrossiord/5750598 to your computer and use it in GitHub Desktop.
Save jgrossiord/5750598 to your computer and use it in GitHub Desktop.
Somes vagrant commands
# Startup the VM
vagrant up
# suspend the VM (saved on disk)
vagrant suspend
# shutdown the VM
vagrant halt
# delete the VM
vagrant destroy
# restart the VM
vagrant reload
# connect in ssh to the VM
vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment