You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vaibhav Khanduja (JIRA)" <ji...@apache.org> on 2015/06/16 23:03:01 UTC

[jira] [Comment Edited] (MESOS-2613) Change docker rm command

    [ https://issues.apache.org/jira/browse/MESOS-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588771#comment-14588771 ] 

Vaibhav Khanduja edited comment on MESOS-2613 at 6/16/15 9:02 PM:
------------------------------------------------------------------

The docker plans to support docker volume extension starting version 1.9 (I guess) ... with volume extension supported docker rm shall call into plugin module implementing volume support to delete the persistent volumes ...

https://github.com/docker/docker/pull/13161


was (Author: vaibhavkhanduja):
The docker plans to support docker volume extension starting version 1.9 (I guess) ... with volume extension supported docker rm shall call into plugin module implementing volume support to delete the persistent volumes ...

> Change docker rm command
> ------------------------
>
>                 Key: MESOS-2613
>                 URL: https://issues.apache.org/jira/browse/MESOS-2613
>             Project: Mesos
>          Issue Type: Improvement
>          Components: containerization, docker
>            Reporter: Mike Michel
>            Priority: Minor
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)