You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ The following environment variables are supported:
21
21
|`DEBUG`|`testcontainers`| See output |
22
22
|`DEBUG`|`testcontainers:containers`| See container output |
23
23
|`DEBUG`|`testcontainers*`| See all output |
24
-
|`DOCKER_HOST`|`tcp://docker:2375`| Override the Docker host |
24
+
|`DOCKER_HOST`|`tcp://docker:2375`| Daemon socket to connect to |
25
+
|`TESTCONTAINERS_HOST_OVERRIDE`|`docker.svc.local`| Docker's host on which ports are exposed |
26
+
| `TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE` | `/var/run/docker.sock` | Path to Docker's socket. Used by Ryuk and a few other containers that need to perform Docker actions
0 commit comments