diff options
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. |