Skip to content

Commit f0c5759

Browse files
authored
Fix colima docs (#7902)
1 parent 1ff7101 commit f0c5759

File tree

1 file changed

+2
-0
lines changed
  • docs/supported_docker_environment

1 file changed

+2
-0
lines changed

docs/supported_docker_environment/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ please contact the Testcontainers team and other users from the Testcontainers c
2424
In order to run testcontainers against [colima](https://github.com/abiosoft/colima) the env vars below should be set
2525

2626
```bash
27+
colima start --network-address
2728
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
29+
export TESTCONTAINERS_HOST_OVERRIDE=$(colima ls -j | jq -r '.address')
2830
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
2931
```
3032

0 commit comments

Comments
 (0)