From 7b2b2bc631718cd2e6640f66551f8f41e8bf99d3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 4 Jun 2018 17:46:54 -0400 Subject: Add --all flag even though it is a noop so scripts will work Until podman build supports caching, their are no intermediary builds, but people might still use scripts that use the --all option. Adding this will not hurt anything and could fix scripts. Also fixed sorting issues in options handling of images Signed-off-by: Daniel J Walsh Closes: #896 Approved by: mheon --- docs/podman-images.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/podman-images.1.md b/docs/podman-images.1.md index 85a012f65..4c0073425 100644 --- a/docs/podman-images.1.md +++ b/docs/podman-images.1.md @@ -11,6 +11,10 @@ Displays locally stored images, their names, and their IDs. ## OPTIONS +**--all, -a** + +Show all images (by default filter out the intermediate image layers). The default is false. (This is a NOOP until podman build supports caching.) + **--digests** Show image digests -- cgit v1.2.3-54-g00ecf