Hi.
I'm testing ansible to deploy vagrant boxes and I need to delete and create boxes all the time for testing but I realize that my disc was almost full and I start deleting all boxes with vagrant box remove command but I saw that virtualbox still have the boxes in the list so I went to the directory of Virtual box and I deleted all folders plus the VM in the list.
after that I deleted the vagrant.d directory in my home to start fresh and now I get this error :
"Vagrant cannot forward the specified ports on this VM, since they
would collide with another VirtualBox virtual machine's forwarded
ports! The forwarded port to 8888 is already in use on the host
machine.
To fix this, modify your current projects Vagrantfile to use another
port. Example, where '1234' would be replaced by a unique host port:
config.vm.forward_port 80, 1234"
I thought that all the configs where on the vagrant.d directory but it doesn't looks like.
What else I need to delete to make my mac like if never have a vagrant box before ?
Any caches ?
Thanks.