From 13268cfe6882bd0a604955071570cb57b469dd53 Mon Sep 17 00:00:00 2001 From: nikhil-ctds Date: Thu, 7 Nov 2024 11:06:44 +0530 Subject: [PATCH] tmp commit to check docker installation --- .github/actions/tune-runner-vm/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/tune-runner-vm/action.yml b/.github/actions/tune-runner-vm/action.yml index 7e5f77f9a83fe..d9d396d5d6a30 100644 --- a/.github/actions/tune-runner-vm/action.yml +++ b/.github/actions/tune-runner-vm/action.yml @@ -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