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 73a8971 commit 7c3c00eCopy full SHA for 7c3c00e
docs/supported_docker_environment/index.md
@@ -17,7 +17,7 @@
17
18
In order to run testcontainers against [colima](https://github.com/abiosoft/colima) the env vars bellow should be set
19
20
-```
+```bash
21
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
22
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"
23
```
0 commit comments