Last active
February 27, 2017 10:51
-
-
Save alexislucena/329ed038307f6a54b06708de9d760358 to your computer and use it in GitHub Desktop.
Vagrant basic commands
This file contains 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
$ vagrant up | |
$ vagrant halt | |
$ vagrant suspend (hibernate) | |
$ vagrant ssh | |
$ vagrant status | |
$ vagrant destroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment