Skip to content

Commit

Permalink
Add syntax highlighting to colima usage doc (#5673)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Aug 3, 2022
1 parent 73a8971 commit 7c3c00e
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 @@ -17,7 +17,7 @@

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

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

0 comments on commit 7c3c00e

Please sign in to comment.