Skip to content

Commit

Permalink
tmp commit to check docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed Nov 7, 2024
1 parent a1cf282 commit 13268cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/tune-runner-vm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ runs:
# enable docker experimental mode which is
# required for using "docker build --squash" / "-Ddocker.squash=true"
# dockerd --config-file /etc/docker/daemon.json
sudo systemctl restart docker
echo "find daemon.json"
find / -name "daemon.json"
daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"
echo "$daemon_json" | sudo tee /etc/docker/daemon.json
# restart docker daemon
Expand Down

0 comments on commit 13268cf

Please sign in to comment.