Hi,
is there a way to change the options how mesos removes docker containers? Right now it seems, it is "docker rm -f ID" so bind mounts are not deleted. This means thousands of dirs in /var/lib/docker/vfs/dir I would like to change it to "docker rm -f -v ID" This deletes bind mounts but not persistant volumes. Best, Mike

