From 5efa6dae905c65ea8a73565318e5f274c5eb825c Mon Sep 17 00:00:00 2001 From: Sujil02 Date: Thu, 12 Mar 2020 10:46:44 -0400 Subject: Implemented --iidfile for podman commit Added flag to Write the image ID to the file with podman commit command. Fix to issue #5461 Signed-off-by: Sujil02 --- docs/source/markdown/podman-commit.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/source/markdown') diff --git a/docs/source/markdown/podman-commit.1.md b/docs/source/markdown/podman-commit.1.md index 2f1369847..13e46a899 100644 --- a/docs/source/markdown/podman-commit.1.md +++ b/docs/source/markdown/podman-commit.1.md @@ -38,6 +38,10 @@ Can be set multiple times Set the format of the image manifest and metadata. The currently supported formats are _oci_ and _docker_. If not specifically set, the default format used is _oci_. +**--iidfile**=*ImageIDfile* + +Write the image ID to the file. + **--include-volumes** Include in the committed image any volumes added to the container by the `--volume` or `--mount` options to the `podman create` and `podman run` commands. -- cgit v1.2.3-54-g00ecf