Skip to content

Commit

Permalink
ci(stylus-verifier): docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Oct 1, 2024
1 parent c4d437d commit 7db2571
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stylus-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Test docker daemon
- name: Setup docker daemon
run: |
jq '. + {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}' /etc/docker/daemon.json | sudo tee /etc/docker/daemon.json
cat /etc/docker/daemon.json
- name: Test docker daemon
run: cat /etc/docker/daemon.json

# run: curl http://127.0.0.1:2375/images/json

Expand Down

0 comments on commit 7db2571

Please sign in to comment.