Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 1442e3b commit 6a5750a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ jobs:
- name: Install Docker
run: |
brew install colima
brew services start colima
brew install docker
colima restart
# colima restart
# For testcontainers to find the Colima socket
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
#sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
Expand Down

0 comments on commit 6a5750a

Please sign in to comment.