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 7db2571 commit f858ecc
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 @@ -37,10 +37,12 @@ jobs:

- 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
jq '. + {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}' /etc/docker/daemon.json | tee /etc/docker/daemon.json
- name: Test docker daemon
run: cat /etc/docker/daemon.json
run: |
ls /etc/docker -a
cat /etc/docker/daemon.json
# run: curl http://127.0.0.1:2375/images/json

Expand Down

0 comments on commit f858ecc

Please sign in to comment.