mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Add iidfile parame to build and commit man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #693 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
9924956dc8
commit
40da888274
@ -137,6 +137,10 @@ Control the format for the built image's manifest and configuration data.
|
|||||||
Recognized formats include *oci* (OCI image-spec v1.0, the default) and
|
Recognized formats include *oci* (OCI image-spec v1.0, the default) and
|
||||||
*docker* (version 2, using schema format 2 for the manifest).
|
*docker* (version 2, using schema format 2 for the manifest).
|
||||||
|
|
||||||
|
**--iidfile** *ImageIDfile*
|
||||||
|
|
||||||
|
Write the image ID to the file.
|
||||||
|
|
||||||
**--isolation** [Not Supported]
|
**--isolation** [Not Supported]
|
||||||
|
|
||||||
Buildah is not currently supported on Windows, and does not have a daemon.
|
Buildah is not currently supported on Windows, and does not have a daemon.
|
||||||
|
@ -27,6 +27,10 @@ Apply the following possible instructions to the created image:
|
|||||||
**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR**
|
**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR**
|
||||||
Can be set multiple times
|
Can be set multiple times
|
||||||
|
|
||||||
|
**--iidfile** *ImageIDfile*
|
||||||
|
|
||||||
|
Write the image ID to the file.
|
||||||
|
|
||||||
**--message, -m**
|
**--message, -m**
|
||||||
Set commit message for committed image
|
Set commit message for committed image
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user