Skip to content

Commit 83e4a55

Browse files
committed
f
1 parent aba59c6 commit 83e4a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/full-pugs-say.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
feat: try to automatically get path of docker socket
77

8-
Currently, if your container tool isn't set up to listen at the default docker socket of `unix:///var/run/docker.sock` (or isn't symlinked to that), then you have to manually set this via the `dev.containerEngine` field in your Wrangler config, or via the env vars `WRANGLER_DOCKER_HOST`. This change means that we will try and get the socket of the current context, although you can still override this with `WRANGLER_DOCKER_HOST`.
8+
Currently, if your container tool isn't set up to listen at `unix:///var/run/docker.sock` (or isn't symlinked to that), then you have to manually set this via the `dev.containerEngine` field in your Wrangler config, or via the env vars `WRANGLER_DOCKER_HOST`. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaque `internal error`s thrown by the runtime when the daemon is not listening at `unix:///var/run/docker.sock`.
99

10-
We also read from `DOCKER_HOST` as well.
10+
You can still override this with `WRANGLER_DOCKER_HOST`, and we also now read `DOCKER_HOST` too.

0 commit comments

Comments
 (0)