Skip to content

Commit

Permalink
[SERV-1012] Test colima with new DOCKER_HOST socket
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Jan 31, 2024
1 parent e0f80ed commit 8a8d01b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: |
brew install colima
colima --version
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
colima run -d -e DOCKER_HOST=unix:///var/run/docker.sock
sleep 5
- name: Check Colima Docker version
run: docker version
# - name: Build and run with Colima
# run: |
# colima run -d -n cantaloupe-1 cantaloupe
Expand Down

0 comments on commit 8a8d01b

Please sign in to comment.