janeczku / docker-machine-vultr

:m: Docker Machine driver for Vultr Cloud
MIT License
192 stars 25 forks source link

The iPXE boot script is not removed on docker-machine rm #4

Closed greyarch closed 8 years ago

greyarch commented 8 years ago

The iPXE boot script that is created for provisioning a rancherOS machine is not removed on machine removal.

greyarch commented 8 years ago

I am looking at your implementation of this, but (and correct me if I am wrong) it seems that the script will get removed even if it was not created by the plugin. I have the following scenarios in mind:

janeczku commented 8 years ago

Thats a good observation. I probably have to store custom boot script IDs in an extra field.