Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 3aa8c2a commit 13f0926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/teste-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
brew install colima
brew install --cask docker
brew services start colima
export DOCKER_HOST=unix:///$HOME/.colima/docker.sock
#export DOCKER_HOST=unix:///$HOME/.colima/docker.sock
#brew install --cask docker
#brew services restart colima
# 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
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
#docker context use colima
docker ps -a
docker info
Expand Down

0 comments on commit 13f0926

Please sign in to comment.