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 1ff7101 commit f0c5759Copy full SHA for f0c5759
docs/supported_docker_environment/index.md
@@ -24,7 +24,9 @@ please contact the Testcontainers team and other users from the Testcontainers c
24
In order to run testcontainers against [colima](https://github.com/abiosoft/colima) the env vars below should be set
25
26
```bash
27
+colima start --network-address
28
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
29
+export TESTCONTAINERS_HOST_OVERRIDE=$(colima ls -j | jq -r '.address')
30
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
31
```
32
0 commit comments