Skip to content

Commit 147a49a

Browse files
authored
Fix colima documentation (#7412)
1 parent 6e2b091 commit 147a49a

File tree

1 file changed

+1
-1
lines changed
  • docs/supported_docker_environment

1 file changed

+1
-1
lines changed

docs/supported_docker_environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In order to run testcontainers against [colima](https://github.com/abiosoft/coli
2828

2929
```bash
3030
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
31-
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"
31+
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
3232
```
3333

3434
## Docker environment discovery

0 commit comments

Comments
 (0)