From 3afd1b5a7c40e2a55ffd93b9a987385daa3047c0 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 6 Feb 2020 15:55:14 -0500 Subject: images --format compatible with docker This patch lets valid values of --format be compatible with docker. Replace CreatedTime with CreatedAt, Created with CreatedSince. Keep CreatedTime and Created are valid as hidden options. Signed-off-by: Qi Wang --- docs/source/markdown/podman-images.1.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/source/markdown/podman-images.1.md') diff --git a/docs/source/markdown/podman-images.1.md b/docs/source/markdown/podman-images.1.md index 21fca1dbd..d22fb940f 100644 --- a/docs/source/markdown/podman-images.1.md +++ b/docs/source/markdown/podman-images.1.md @@ -51,6 +51,18 @@ Filter output based on conditions provided Change the default output format. This can be of a supported type like 'json' or a Go template. +Valid placeholders for the Go template are listed below: + +| **Placeholder** | **Description** | +| --------------- | ----------------------------------------------------------------------------- | +| .ID | Image ID | +| .Repository | Image repository | +| .Tag | Image tag | +| .Digest | Image digest | +| .CreatedSince | Elapsed time since the image was created | +| .CreatedAt | Time when the image was created | +| .Size | Size of layer on disk | +| .History | History of the image layer | **--history** -- cgit v1.2.3-54-g00ecf