From d7d0e13837a0a2ce0b5432373892d28dbbfc0342 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 26 Apr 2018 09:42:27 -0400 Subject: Add isolation note to build man page Signed-off-by: TomSweeneyRedHat Closes: #677 Approved by: rhatdan --- docs/podman-build.1.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/podman-build.1.md') diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 84d0ca919..552c8571a 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -137,6 +137,12 @@ 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). +**--isolation** [Not Supported] + +Buildah is not currently supported on Windows, and does not have a daemon. +If you want to override the container isolation you can choose a different +OCI Runtime, using the --runtime flag. + **-m**, **--memory**="" Memory limit (format: [], where unit = b, k, m or g) -- cgit v1.2.3-54-g00ecf