Add network prune to docker housekeeping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexander Schäferdiek 2023-04-10 19:01:52 +02:00
parent 2b0d441c35
commit b2f356db0c

View file

@ -11,4 +11,5 @@ echo "Doing docker housekeeping for containers, images and volumes";
yes | docker container prune yes | docker container prune
yes | docker image prune yes | docker image prune
yes | docker volume prune yes | docker volume prune
yes | docker network prune