Document the step to remove it
vmassol opened this issue · 3 comments
vmassol commented
Hi,
Thanks for your tutorial, it works great! I'd like to know how to decommission it if I don't need it anymore, and free up space.
Would be awesome to have some instructions for that in the README.md.
Thanks!
vmassol commented
is it enough to:
vagrant box remove StefanScherer/windows_2019_docker
docker context rm 2019-box
?
StefanScherer commented
Thanks. Sure that makes sense to describe this.
First you should remove the VM before removing the box.
vagrant destroy -f
vagrant box remove StefanScherer/windows_2019_docker
docker context rm 2019-box
vmassol commented
ok thanks, too late, I've already done the other 2 commands! :-)