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 554d130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@ runs:
# enable docker experimental mode which is
# required for using "docker build --squash" / "-Ddocker.squash=true"
dockerd --config-file /etc/docker/daemon.json
echo "docker list"
ls /etc/docker
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 554d130

Please sign in to comment.