StefanScherer/windows-docker-machine

Document the step to remove it

vmassol opened this issue · 3 comments

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!

is it enough to:

  • vagrant box remove StefanScherer/windows_2019_docker
  • docker context rm 2019-box

?

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

ok thanks, too late, I've already done the other 2 commands! :-)