Skip to content

Commit 9bf21a4

Browse files
add WRANGLER_DOCKER_HOST to env variables doc page
1 parent 311f489 commit 9bf21a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/workers/wrangler/system-environment-variables.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ Wrangler supports the following environment variables:
6767

6868
* By setting this to `0`, you can disable Wrangler's colorised output, which makes it easier to read with some terminal setups. For example, `FORCE_COLOR=0`.
6969

70+
* `WRANGLER_DOCKER_HOST` <Type text="string" /> <MetaInfo text="optional" />
7071

72+
* Defaults to the default Docker unix socket i.e. `unix:///var/run/docker.sock`. Set this to the socket path your container engine is listening at if you are using another container tool besides Docker, such as `colima`, or if your Docker engine is configured to listen at a custom socket path.
73+
You can also set this via `container_engine` config option.
7174

7275

7376

0 commit comments

Comments
 (0)