Skip to content

Instantly share code, notes, and snippets.

@Digi92
Created July 31, 2018 12:19
Show Gist options
  • Save Digi92/8ca0b65ee704f0b817d8f323d90d6f7e to your computer and use it in GitHub Desktop.
Save Digi92/8ca0b65ee704f0b817d8f323d90d6f7e to your computer and use it in GitHub Desktop.
Das Entfernen umfasst sowohl das Löschen der VirtualBox-VM als auch der Vagrant-Boxen. Alle Befehle funktionieren nur, wenn man im Arbeitsverzeichnis des Projektes ist.
1. Feststellen des korrekten Namens der Box: vagrant status
2. Entfernen der VirtualBox-VM: vagrant destroy
3. Entfernen der Vagrant-Box: vagrant box remove <Box-Name aus Schritt 1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment