We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2b091 commit 147a49aCopy full SHA for 147a49a
docs/supported_docker_environment/index.md
@@ -28,7 +28,7 @@ In order to run testcontainers against [colima](https://github.com/abiosoft/coli
28
29
```bash
30
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
31
-export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"
+export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
32
```
33
34
## Docker environment discovery
0 commit comments