moby--moby/docs
Nikolay Edigaryev 7afef854ed api: clarify "v" option behavior in the container remove endpoint
Current description of the "v" option doesn't explain what happens to
the volumes that are still in use by other containers. Turns out that
the only volumes that are removed are unnamed ones[1].

Perhaps a good way of clarifying this behavior would be adapting the
description from "docker rm --help".

As for the docs/api/v1.*.yaml changes — they seem to be applicable,
since the origin of this behavior dates way back to the 2016 or v1.11[2].

[1]: a24a71c50f/daemon/mounts.go (L34-L38)
[2]: dd7d1c8a02

Signed-off-by: Nikolay Edigaryev <edigaryev@gmail.com>
2020-09-23 12:34:52 +03:00
..
api api: clarify "v" option behavior in the container remove endpoint 2020-09-23 12:34:52 +03:00
contributing fix typos and grammar in docs 2020-06-26 17:30:59 -06:00
static_files Remove Docker logo 2017-10-11 13:17:59 +01:00
rootless.md docs/rootless.md: move to https://docs.docker.com/engine/security/rootless/ 2019-12-03 23:56:26 +09:00