diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-08 21:49:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 21:49:15 +0100 |
commit | 651d6ebe5274a892ce64819bb007080895f98321 (patch) | |
tree | 466121eaa9cf0d70c51d7b70385210f9b29f6d17 /docs/source/markdown | |
parent | 4ed12f9916e105f8ebeb818b173383919b79cbf2 (diff) | |
parent | 5293446e0ff39187be4a3f07837e2a145e24c990 (diff) | |
download | podman-651d6ebe5274a892ce64819bb007080895f98321.tar.gz podman-651d6ebe5274a892ce64819bb007080895f98321.tar.bz2 podman-651d6ebe5274a892ce64819bb007080895f98321.zip |
Merge pull request #4427 from rst0git/docs-rm-v
docs: Update "podman container rm -v" description
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-rm.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-rm.1.md b/docs/source/markdown/podman-rm.1.md index 207d9d61d..c1663129c 100644 --- a/docs/source/markdown/podman-rm.1.md +++ b/docs/source/markdown/podman-rm.1.md @@ -42,7 +42,8 @@ The storage option conflicts with the **--all**, **--latest**, and **--volumes** **--volumes**, **-v** -Remove the volumes associated with the container. +Remove anonymous volumes associated with the container. This does not include named volumes +created with `podman volume create`, or the `--volume` option of `podman run` and `podman create`. ## EXAMPLE Remove a container by its name *mywebserver* |