mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
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 <sushah@redhat.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user