Skip to content

Commit

Permalink
Add iidfile parame to build and commit man pages
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <[email protected]>

Closes: #693
Approved by: mheon
  • Loading branch information
TomSweeneyRedHat authored and rh-atomic-bot committed Apr 30, 2018
1 parent 9924956 commit 40da888
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/podman-build.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
*docker* (version 2, using schema format 2 for the manifest).

**--iidfile** *ImageIDfile*

Write the image ID to the file.

**--isolation** [Not Supported]

Buildah is not currently supported on Windows, and does not have a daemon.
Expand Down
4 changes: 4 additions & 0 deletions docs/podman-commit.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Apply the following possible instructions to the created image:
**CMD** | **ENTRYPOINT** | **ENV** | **EXPOSE** | **LABEL** | **STOPSIGNAL** | **USER** | **VOLUME** | **WORKDIR**
Can be set multiple times

**--iidfile** *ImageIDfile*

Write the image ID to the file.

**--message, -m**
Set commit message for committed image

Expand Down

0 comments on commit 40da888

Please sign in to comment.