From a01091952d2d4c71b549caf3aea4aa8e44f27715 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 28 Mar 2019 16:26:38 -0700 Subject: [PATCH] add documentation for windows_container flag --- website/source/docs/builders/docker.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/docker.html.md b/website/source/docs/builders/docker.html.md index d5ef7c632..c7384ae3a 100644 --- a/website/source/docs/builders/docker.html.md +++ b/website/source/docs/builders/docker.html.md @@ -217,6 +217,10 @@ You must specify (only) one of `commit`, `discard`, or `export_path`. mount into this container. The key of the object is the host path, the value is the container path. +- `windows_container` (bool) - If "true", tells Packer that you are building a + Windows container running on a windows host. This is necessary for building + Windows containers, because our normal docker bindings do not work for them. + - `container_dir` (string) - The directory inside container to mount temp directory from host server for work [file provisioner](/docs/provisioners/file.html). By default this is set to