diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-04-28 16:50:23 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-30 21:31:46 +0000 |
commit | 40da888274c8c4d2352fe0fa04b81effbf76e8ea (patch) | |
tree | 5cda952f06ac40853b26ae68ce45caa720c5015d /docs/podman-build.1.md | |
parent | 9924956dc88bf91a4d0bf09249ffb4cb960dee01 (diff) | |
download | podman-40da888274c8c4d2352fe0fa04b81effbf76e8ea.tar.gz podman-40da888274c8c4d2352fe0fa04b81effbf76e8ea.tar.bz2 podman-40da888274c8c4d2352fe0fa04b81effbf76e8ea.zip |
Add iidfile parame to build and commit man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #693
Approved by: mheon
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |