Skip to content

Commit

Permalink
Fix colima docs (#7902)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Dec 2, 2023
1 parent 1ff7101 commit f0c5759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/supported_docker_environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit f0c5759

Please sign in to comment.