From 32524e251860a2275bae4e9022a68d44158362de Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 29 Dec 2013 00:16:50 -0500 Subject: [PATCH] note about making a fresh VM --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1c080f..36f7aa2 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,15 @@ virtual machine doesn't need sensitive information. Your virtual machine simply pulls from the local repository on your local file system without needing credentials, etc. +## Deleting the Virtual Machine +If you want to start a fresh virtual machine or simply remove the virtual +machine from your hard drive, Vagrant has a command for that. While in +`{project_root}` of the host system, type `vagrant destroy` and confirm with +`y`. This will remove the VM from your hard drive. + +If you wanted a fresh VM, the next step is to run `vagrant up`, which will +start a brand new VM (since the old one is gone). + ## Other Vagrant commands Please see [vagrant documentation](http://docs.vagrantup.com/v2/cli/index.html) for more information on how to use the vagrant CLI to manage your development -- 2.25.1