diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-22 14:12:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 14:12:35 -0400 |
commit | 1b27234d13d651e91b79f91397f7b4885f716872 (patch) | |
tree | ff3c39b2114db29a3c069cce288654e3e9ccc650 | |
parent | ed511d27d7d2198624dcda41b9e06e9e582e5c20 (diff) | |
parent | 7f98d2ddbc22f066eaf25e467cfcd64685dece4e (diff) | |
download | podman-1b27234d13d651e91b79f91397f7b4885f716872.tar.gz podman-1b27234d13d651e91b79f91397f7b4885f716872.tar.bz2 podman-1b27234d13d651e91b79f91397f7b4885f716872.zip |
Merge pull request #10697 from kwshi/rmi-dangling-parent-docs
[CI:DOCS] docs: specify `rmi` removes dangling parents
-rw-r--r-- | docs/source/markdown/podman-rmi.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md index 765c1bd6d..1f62d6133 100644 --- a/docs/source/markdown/podman-rmi.1.md +++ b/docs/source/markdown/podman-rmi.1.md @@ -10,6 +10,7 @@ podman\-rmi - Removes one or more locally stored images ## DESCRIPTION Removes one or more locally stored images. +Passing an argument _image_ deletes it, along with any of its dangling (untagged) parent images. ## OPTIONS |