Skip to content

Commit 7c3c00e

Browse files
Add syntax highlighting to colima usage doc (#5673)
1 parent 73a8971 commit 7c3c00e

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
@@ -17,7 +17,7 @@
1717

1818
In order to run testcontainers against [colima](https://github.com/abiosoft/colima) the env vars bellow should be set
1919

20-
```
20+
```bash
2121
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
2222
export DOCKER_HOST="unix://${HOME}/.colima/docker.sock"
2323
```

0 commit comments

Comments
 (0)