Skip to content

Instantly share code, notes, and snippets.

@gryte
Last active August 29, 2015 14:23
Show Gist options
  • Save gryte/3707213ec402bab740a2 to your computer and use it in GitHub Desktop.
Save gryte/3707213ec402bab740a2 to your computer and use it in GitHub Desktop.
Common Vagrant Commands
# List vagrant box files downloaded
vagrant box list
# Remove vagrant box files
vagrant box remove <name from list>
# Get global status of vagrant environments to find any outliers
vagrant global-status
# Destroy vagrant box instance
vagrant destroy [<name>, <id>]
# If a directory no longer exists then prune it first
vagrant global-status --prune
# List vagrant instances
vagrant status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment