Skip to content

Instantly share code, notes, and snippets.

@alexislucena
Last active February 27, 2017 10:51
Show Gist options
  • Save alexislucena/329ed038307f6a54b06708de9d760358 to your computer and use it in GitHub Desktop.
Save alexislucena/329ed038307f6a54b06708de9d760358 to your computer and use it in GitHub Desktop.
Vagrant basic commands
$ 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