From 9bb9ae43f9d4af6786040845e8d1537f71432159 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Thu, 10 Nov 2022 10:41:25 +0000 Subject: [PATCH] docs: add env parameter to docker-container driver Signed-off-by: Justin Chadwell --- docs/manuals/drivers/docker-container.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manuals/drivers/docker-container.md b/docs/manuals/drivers/docker-container.md index 1ba2185d..a3b31460 100644 --- a/docs/manuals/drivers/docker-container.md +++ b/docs/manuals/drivers/docker-container.md @@ -32,6 +32,7 @@ pass to `--driver-opt`: | `image` | String | | Sets the image to use for running BuildKit. | | `network` | String | | Sets the network mode for running the BuildKit container. | | `cgroup-parent` | String | `/docker/buildx` | Sets the cgroup parent of the BuildKit container if Docker is using the `cgroupfs` driver. | +| `env.` | String | | Sets the environment variable `key` to the specified `value` in the BuildKit container. | ## Usage