From 554d130fbdbc6502ad96b8de55fcbfd3f156302a 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/tune-runner-vm/action.yml b/.github/actions/tune-runner-vm/action.yml index 7e5f77f9a83fe2..d6dbb0b1af52f0 100644 --- a/.github/actions/tune-runner-vm/action.yml +++ b/.github/actions/tune-runner-vm/action.yml @@ -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