diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-18 16:11:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 16:11:28 +0100 |
commit | 5dacee93950a97ea14180bb86f21e462101fe5ea (patch) | |
tree | ac45c90c8581e871cb0ab69ce5a5da1eb85ae650 /docs/source | |
parent | bc20cb9281434a95685bd95de0430a7c40b606e4 (diff) | |
parent | 3c2cc6786742ae873d7055ea3921ea5243d92898 (diff) | |
download | podman-5dacee93950a97ea14180bb86f21e462101fe5ea.tar.gz podman-5dacee93950a97ea14180bb86f21e462101fe5ea.tar.bz2 podman-5dacee93950a97ea14180bb86f21e462101fe5ea.zip |
Merge pull request #5223 from vrothberg/ps-image-id
podman-ps: support image IDs
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 | |