1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
Brian Goff dd7d1c8a02 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>
2016-01-25 15:51:28 -05:00
..
api Fix comment about swap limit of docker update 2016-01-21 13:48:53 +08:00
commandline On container rm, don't remove named mountpoints 2016-01-25 15:51:28 -05:00
logging Add support for syslog over TLS. 2016-01-11 12:25:34 -05:00
builder.md Add some helper text for magical ADD 2016-01-22 10:13:13 -08:00
glossary.md First pass at consolidating 2015-11-02 21:14:55 -08:00
run.md On container rm, don't remove named mountpoints 2016-01-25 15:51:28 -05:00