Add network prune to docker housekeeping
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b0d441c35
commit
b2f356db0c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue