docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.62k stars 1.97k forks source link

VirtualBox driver doesn't clean up virtual drives #1305

Open aperepel opened 9 years ago

aperepel commented 9 years ago

docker-machine version 0.3.0-dev (fec8b4a)

I had a 3 node virtualbox cluster, which I decided to delete via a standard docker-machine rm command. The machine reported everything was ok. Files and directories removed from ~/.docker/machine/machines correctly. However, now that I started VirtualBox GUI (latest available on Mac today) it gave me errors in Virtual Media Manager, complaining about missing boot2docker.iso images in ~/.docker/machines/swarm-node-2/boot2docker.iso and similar.

nathanleclaire commented 9 years ago

Hm, odd. Thanks for reporting the issue, I'll keep an eye out.