diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-27 15:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 15:31:22 +0100 |
commit | 2178875fa7975f00a4da15fef9809cd3fb74feba (patch) | |
tree | 10f039a78dec47c3b809c7a964b61fd6ee95af46 /docs/source/markdown | |
parent | 27a09f8fab740749964d28b5ead1a43c6d77a7c8 (diff) | |
parent | 63e46cc85cb0a9523e9c48db7a88039e0baeac29 (diff) | |
download | podman-2178875fa7975f00a4da15fef9809cd3fb74feba.tar.gz podman-2178875fa7975f00a4da15fef9809cd3fb74feba.tar.bz2 podman-2178875fa7975f00a4da15fef9809cd3fb74feba.zip |
Merge pull request #4568 from openSUSE/history
Add support for image name history
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-images.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-images.1.md b/docs/source/markdown/podman-images.1.md index 3ac07fc43..21fca1dbd 100644 --- a/docs/source/markdown/podman-images.1.md +++ b/docs/source/markdown/podman-images.1.md @@ -52,6 +52,10 @@ Filter output based on conditions provided Change the default output format. This can be of a supported type like 'json' or a Go template. +**--history** + +Display the history of image names. If an image gets re-tagged or untagged, then the image name history gets prepended (latest image first). This is especially useful when undoing a tag operation or an image does not contain any name because it has been untagged. + **--noheading**, **-n** Omit the table headings from the listing of images. |