StefanScherer / windows-docker-machine

Work with Windows containers and LCOW on Mac/Linux/Windows
MIT License
1.06k stars 147 forks source link

Document the step to remove it #73

Closed vmassol closed 3 years ago

vmassol commented 4 years ago

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 4 years ago

is it enough to:

?

StefanScherer commented 4 years ago

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 4 years ago

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