Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 5, 2024
1 parent 56b48f3 commit 0b0b6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
docker system prune -f
docker info
sudo apt install jq -y
sudo bash -c "jq '. + { \"data-root\": \"/home/runner/work/milabench/milabench\" }' /etc/docker/daemon.json > /etc/docker/daemon.json"
jq '. + { "data-root": "/home/runner/work/milabench/milabench" }' /etc/docker/daemon.json > newconfig.json
sudo mv -f newconfig.json /etc/docker/daemon.json
cat /etc/docker/daemon.json
sudo systemctl stop docker.service
sudo systemctl stop docker.socket
Expand Down

0 comments on commit 0b0b6a6

Please sign in to comment.