diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-10 19:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 19:45:31 +0200 |
commit | 013b897acee89018265fb563a1f52f899e8ec80c (patch) | |
tree | d922011f842c59ce5d33090a1aa5fedb6372ee21 /docs/podman-images.1.md | |
parent | 75a3c22486a35990ab37693645c434dd09679420 (diff) | |
parent | 19e0928037e2d9c6fb0941e2ac40b8cea731e22d (diff) | |
download | podman-013b897acee89018265fb563a1f52f899e8ec80c.tar.gz podman-013b897acee89018265fb563a1f52f899e8ec80c.tar.bz2 podman-013b897acee89018265fb563a1f52f899e8ec80c.zip |
Merge pull request #3254 from ashley-cui/standarddoc
Standardize Documentation
Diffstat (limited to 'docs/podman-images.1.md')
-rw-r--r-- | docs/podman-images.1.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/podman-images.1.md b/docs/podman-images.1.md index 832df0e23..2a732de57 100644 --- a/docs/podman-images.1.md +++ b/docs/podman-images.1.md @@ -4,14 +4,14 @@ podman\-images - List images in local storage ## SYNOPSIS -**podman** **images** [*options*] +**podman images** [*options*] ## DESCRIPTION Displays locally stored images, their names, and their IDs. ## OPTIONS -**--all, -a** +**-a**, **--all** Show all images (by default filter out the intermediate image layers). The default is false. @@ -19,28 +19,28 @@ Show all images (by default filter out the intermediate image layers). The defau Show image digests -**--filter, -f=[]** +**-f**, **--filter**=*filter* -Filter output based on conditions provided (default []) +Filter output based on conditions provided -**--format** +**--format**=*format* Change the default output format. This can be of a supported type like 'json' or a Go template. -**--noheading, -n** +**--noheading**, **-n** Omit the table headings from the listing of images. -**--no-trunc, --notruncate** +**--no-trunc**, **--notruncate** Do not truncate output. -**--quiet, -q** +**--quiet**, **-q** Lists only the image IDs. -**--sort** +**--sort**=*sort* Sort by created, id, repository, size or tag (default: created) |