From 40da888274c8c4d2352fe0fa04b81effbf76e8ea Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Sat, 28 Apr 2018 16:50:23 -0400 Subject: Add iidfile parame to build and commit man pages Signed-off-by: TomSweeneyRedHat Closes: #693 Approved by: mheon --- docs/podman-build.1.md | 4 ++++ docs/podman-commit.1.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 552c8571a..cf2afa44a 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -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. diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index b2a7bd7c2..e4f6a4453 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -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 -- cgit v1.2.3-54-g00ecf