prune system volumes during upgrade

This commit is contained in:
Jason Ertel
2023-03-24 13:22:21 -04:00
parent 4f995c1c7e
commit 0be57e686e

View File

@@ -340,7 +340,7 @@ check_os_updates() {
clean_dockers() {
# Place Holder for cleaning up old docker images
echo "Trying to clean up old dockers."
docker system prune -a -f
docker system prune -a -f --volumes
}