You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When migrating my swarm to a different server, I did a docker volume rm on an important linode volume, thinking this would just remove the docker volume since it was no longer needed on that Linode. Unfortunately, this permanently deleted the actual volume with no warning and no way to recover 🤦.
It would be really nice if this plugin didn't destroy any data. I'm not sure what's possible in a volume driver, but perhaps upon removing a volume, it could also give a warning message to say the physical volume hasn't been deleted?