diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-27 17:08:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 17:08:44 -0400 |
commit | 7321f5e4620b798b39d6dad2406347fc099f2e37 (patch) | |
tree | 49509260abafa44d26ec579db356211b4014d87a /docs | |
parent | 578ffd7700157a779339e560885a6ce853d95c76 (diff) | |
parent | 22b421dd7e469b2015797ba93849474d39430994 (diff) | |
download | podman-7321f5e4620b798b39d6dad2406347fc099f2e37.tar.gz podman-7321f5e4620b798b39d6dad2406347fc099f2e37.tar.bz2 podman-7321f5e4620b798b39d6dad2406347fc099f2e37.zip |
Merge pull request #14034 from rhatdan/history
Add CreatedSince & CreatedAt format fields to podman image history
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-history.1.md | 9 |
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*). |