From 061384413c86a7a8845d68526bc947240ad494e5 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 15 May 2018 08:15:08 -0500 Subject: improve podman commit documentation and error messages document --format|-f in the commit man page. also, improve the error message when user tries to use -m with the oci image format. Resolves: 765 Signed-off-by: baude Closes: #768 Approved by: rhatdan --- docs/podman-commit.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index 499f16015..cde76d175 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -29,12 +29,16 @@ Apply the following possible instructions to the created image: **CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR** Can be set multiple times +**--format, -f** +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. **--message, -m** -Set commit message for committed image +Set commit message for committed image. The message field is not supported in _oci_ format. **--pause, -p** Pause the container when creating an image -- cgit v1.2.3-54-g00ecf