Skip to content

Commit 311f489

Browse files
Apply suggestions from code review
Co-authored-by: emily-shen <[email protected]>
1 parent 329549c commit 311f489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,11 +1224,11 @@ You can configure various aspects of local development, such as the local protoc
12241224

12251225
- `enable_containers` <Type text="boolean" /> <MetaInfo text="optional" />
12261226

1227-
- Whether to build and connect to containers. This requires a Docker daemon to be running. Defaults to `true`.
1227+
- Whether to enable containers during a local dev session, if they have been configured. Defaults to `true`. If set to `false`, you can develop the rest of your application without requiring Docker or other container tool, as long as you do not invoke any code that interacts with containers.
12281228

12291229
- `container_engine` <Type text="string" /> <MetaInfo text="optional" />
12301230

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.
1231+
- 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. You can also set this via the environment variable `WRANGLER_DOCKER_HOST`.
12321232

12331233
Example:
12341234

0 commit comments

Comments
 (0)