Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 20, Mesosphere Sprint 21
-
2
Description
Right now it seems Mesos is using „docker rm –f ID“ to delete containers so bind mounts are not deleted. This means thousands of dirs in /var/lib/docker/vfs/dir I would like to have the option to change it to „docker rm –f –v ID“ This deletes bind mounts but not persistant volumes.
Best,
Mike