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