Last active
December 18, 2015 07:59
-
-
Save jgrossiord/5750598 to your computer and use it in GitHub Desktop.
Somes vagrant commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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