From e3159f83f0e3deaa4ed5f4c832a64275a0ba70ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Sat, 2 Dec 2023 17:08:00 -0600 Subject: [PATCH] Fix colima docs --- docs/supported_docker_environment/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported_docker_environment/index.md b/docs/supported_docker_environment/index.md index 65de07d0762..0bdac109245 100644 --- a/docs/supported_docker_environment/index.md +++ b/docs/supported_docker_environment/index.md @@ -24,7 +24,9 @@ please contact the Testcontainers team and other users from the Testcontainers c In order to run testcontainers against [colima](https://github.com/abiosoft/colima) the env vars below should be set ```bash +colima start --network-address export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock +export TESTCONTAINERS_HOST_OVERRIDE=$(colima ls -j | jq -r '.address') export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock" ```