mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
Merge pull request #9999 from Security-Onion-Solutions/kilo
prune system volumes during upgrade
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user