Merge pull request #9999 from Security-Onion-Solutions/kilo

prune system volumes during upgrade
This commit is contained in:
Jason Ertel
2023-03-24 13:30:57 -04:00
committed by GitHub

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
}