I was working on a virtual machine that I configured using Vagrant when I realized that I needed to access it through port 8000 to test the web interface, so I did a vagrant halt to change the Vagrantfile and forward port 8000, then I saved the file and did vagrant up to download a backup of this machine and, to my surprise, instead, Wagrant built a new machine from scratch. Now, when I look in the folder named "VirtualBox VMs", I see two virtual machines with the same name + a long number that is different. I believe this is the first machine I want to load with all my packages and settings, and the other is empty. How can I go back to the first, so when I do vagrant up , does it really download this file? And optionally, how do I get rid of the new, the empty?
vagrant ubuntu virtualbox
Bastian
source share