1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

from inheritted to inherited

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Upstream-commit: d16947629c
Component: cli
This commit is contained in:
Yuan Sun
2016-05-07 17:15:02 +08:00
committed by Tibor Vass
parent cceee7b8c8
commit 6777871c09

View File

@@ -594,7 +594,7 @@ associated with the container when the container is removed. This is similar
to running `docker rm -v my-container`. Only volumes that are specified without a
name are removed. For example, with
`docker run --rm -v /foo -v awesome:/bar busybox top`, the volume for `/foo` will be removed,
but the volume for `/bar` will not. Volumes inheritted via `--volumes-from` will be removed
but the volume for `/bar` will not. Volumes inherited via `--volumes-from` will be removed
with the same logic -- if the original volume was specified with a name it will **not** be removed.
## Security configuration