diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-02-17 08:58:31 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-17 15:22:21 +0100 |
commit | 3c2cc6786742ae873d7055ea3921ea5243d92898 (patch) | |
tree | 0ae6c8f792343f5e7716b1aeb9375cf2f73a2e6b /docs/source | |
parent | 92dbcb8841abae35658e5da1bf6eddee7669ea75 (diff) | |
download | podman-3c2cc6786742ae873d7055ea3921ea5243d92898.tar.gz podman-3c2cc6786742ae873d7055ea3921ea5243d92898.tar.bz2 podman-3c2cc6786742ae873d7055ea3921ea5243d92898.zip |
podman-ps: support image IDs
Support printing image IDs via `--format "{{.ImageID}}"`.
Fixes: #5160
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-ps.1.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-ps.1.md b/docs/source/markdown/podman-ps.1.md index 23bf9f45d..2f8112aab 100644 --- a/docs/source/markdown/podman-ps.1.md +++ b/docs/source/markdown/podman-ps.1.md @@ -55,7 +55,8 @@ Valid placeholders for the Go template are listed below: | **Placeholder** | **Description** | | --------------- | ------------------------------------------------ | | .ID | Container ID | -| .Image | Image ID/Name | +| .Image | Image Name/ID | +| .ImageID | Image ID | | .Command | Quoted command used | | .CreatedAt | Creation time for container | | .RunningFor | Time elapsed since container was started | |