Skip to content

Commit

Permalink
doc: update dev default config to run testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 7, 2024
1 parent 25b7863 commit 4718743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ sdk install java 21.0.2-graal
sdk install maven 3.9.6
echo -e "\nexport GRAALVM_HOME="$HOME/.sdkman/candidates/java/21.0.2-graal/" >> $HOME/.zprofile
echo -e "\nryuk.container.privileged=true" >> $HOME/.testcontainers.properties
echo -e "\nexport TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=${HOME}/.colima/docker.sock" >> $HOME/.zprofile
echo -e "\nexport DOCKER_HOST=\"unix:///${HOME}/.colima/docker.sock\"" >> $HOME/.zprofile
echo -e "\nexport TESTCONTAINERS_RYUK_DISABLED=true" >> $HOME/.zprofile
```
## Running the application in dev mode
Expand Down

0 comments on commit 4718743

Please sign in to comment.