diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-20 11:45:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 11:45:32 +0100 |
commit | ccc30c606e843d5c98e2c62a3b393a61e60976b2 (patch) | |
tree | dd1696a5da35d21d0b5a2fb1bd384eab630c0738 /docs | |
parent | d927b43350a079c05f54e984838b851bcc2e5931 (diff) | |
parent | 5efa6dae905c65ea8a73565318e5f274c5eb825c (diff) | |
download | podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.tar.gz podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.tar.bz2 podman-ccc30c606e843d5c98e2c62a3b393a61e60976b2.zip |
Merge pull request #5539 from sujil02/issue-5461
Implemented --iidfile for podman commit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-commit.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |