Files
docker-cli/components/engine/docs/reference/commandline
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
..
2016-01-03 23:03:39 +01:00
2016-01-20 09:18:20 +00:00
2016-01-20 10:25:41 +00:00
2016-01-14 08:44:41 -08:00
2015-06-15 13:19:38 -07:00
2016-01-03 23:03:39 +01:00
2015-12-28 19:19:26 +08:00
2016-01-22 09:27:53 +02:00
2016-01-13 21:28:52 -08:00
2016-01-21 04:26:49 +00:00
2016-01-20 06:40:46 +00:00
2016-01-03 23:03:39 +01:00