Skip to content

Commit

Permalink
testing removing overlay2 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Aug 8, 2024
1 parent 30a0a91 commit 7ad4708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
echo cleaning up docker files as kind load docker-image seems to leave dangling files in the data directory that docker does not detect and so pruning with docker cli doesnt work
sudo systemctl stop docker
sudo rm -rf /var/lib/docker
sudo rm -rf /var/lib/docker/overlay2
sudo systemctl start docker
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true

0 comments on commit 7ad4708

Please sign in to comment.