diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-04-26 09:42:27 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-26 14:11:12 +0000 |
commit | d7d0e13837a0a2ce0b5432373892d28dbbfc0342 (patch) | |
tree | 834b3b5b2d260addf1b45cc5bd7b3b19a8a71e2b /docs/podman-build.1.md | |
parent | 99d180efccf17211978feeb5229b8332998b1f33 (diff) | |
download | podman-d7d0e13837a0a2ce0b5432373892d28dbbfc0342.tar.gz podman-d7d0e13837a0a2ce0b5432373892d28dbbfc0342.tar.bz2 podman-d7d0e13837a0a2ce0b5432373892d28dbbfc0342.zip |
Add isolation note to build man page
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #677
Approved by: rhatdan
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
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: <number>[<unit>], where unit = b, k, m or g) |