Skip to content

Commit

Permalink
Fix colima documentation (#7412)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Aug 11, 2023
1 parent 6e2b091 commit 147a49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/supported_docker_environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to run testcontainers against [colima](https://github.com/abiosoft/coli

```bash
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
```

## Docker environment discovery
Expand Down

0 comments on commit 147a49a

Please sign in to comment.