Files
docker-cli/components/engine/integration-cli
Brian Goff 7e07ac8939 On container rm, don't remove named mountpoints
This makes it so when calling `docker run --rm`, or `docker rm -v`, only
volumes specified without a name, e.g. `docker run -v /foo` instead of
`docker run -v awesome:/foo` are removed.

Note that all volumes are named, some are named by the user, some get a
generated name. This is specifically about how the volume was specified
on `run`, assuming that if the user specified it with a name they expect
it to persist after the container is cleaned up.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: dd7d1c8a02d8693aa4f381f82c5bbdcad9a5ff58
Component: engine
2016-01-25 15:51:28 -05:00
..
2015-11-25 18:02:03 -08:00
2015-12-30 17:39:33 -05:00
2015-11-05 17:09:57 -05:00
2016-01-14 08:17:40 +00:00
2015-10-07 07:11:45 +08:00
2016-01-19 15:23:46 -05:00
2016-01-19 16:45:47 -08:00
2015-09-24 11:19:00 -07:00