Skip to content

Commit 329549c

Browse files
add local dev container configs to wrangler configudation docs
1 parent 32eb8b2 commit 329549c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,14 @@ You can configure various aspects of local development, such as the local protoc
12221222

12231223
- Host to forward requests to, defaults to the host of the first `route` of the Worker.
12241224

1225+
- `enable_containers` <Type text="boolean" /> <MetaInfo text="optional" />
1226+
1227+
- Whether to build and connect to containers. This requires a Docker daemon to be running. Defaults to `true`.
1228+
1229+
- `container_engine` <Type text="string" /> <MetaInfo text="optional" />
1230+
1231+
- Either the Docker unix socket i.e. `unix:///var/run/docker.sock` or a full configuration. Note that windows is only supported via WSL at the moment.
1232+
12251233
Example:
12261234

12271235
<WranglerConfig>

0 commit comments

Comments
 (0)