summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-04-27 10:39:47 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-04-27 15:15:03 -0400
commit22b421dd7e469b2015797ba93849474d39430994 (patch)
treed74a821fd957fd3ba444104cbd6387691b243b8e /docs/source
parente4be261755f24e0f12906571b91a1165fea8016e (diff)
downloadpodman-22b421dd7e469b2015797ba93849474d39430994.tar.gz
podman-22b421dd7e469b2015797ba93849474d39430994.tar.bz2
podman-22b421dd7e469b2015797ba93849474d39430994.zip
Add CreatedSince & CreatedAt format fields to podman image history
Fixes: https://github.com/containers/podman/issues/14012 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-history.1.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-history.1.md b/docs/source/markdown/podman-history.1.md
index af35814c2..16f1e48e6 100644
--- a/docs/source/markdown/podman-history.1.md
+++ b/docs/source/markdown/podman-history.1.md
@@ -23,10 +23,11 @@ Valid placeholders for the Go template are listed below:
| --------------- | ----------------------------------------------------------------------------- |
| .ID | Image ID |
| .Created | if --human, time elapsed since creation, otherwise time stamp of creation |
-| .CreatedBy | Command used to create the layer |
-| .Size | Size of layer on disk |
-| .Comment | Comment for the layer |
-
+| .CreatedAt | Time when the image layer was created |
+| .CreatedBy | Command used to create the layer |
+| .CreatedSince | Elapsed time since the image layer was created |
+| .Size | Size of layer on disk |
+| .Comment | Comment for the layer |
## OPTIONS
Print the numeric IDs only (default *false*).