mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Merge pull request #11369 from Security-Onion-Solutions/jertel-patch-1
Update soup to prune in background
This commit is contained in:
@@ -434,8 +434,8 @@ post_to_2.4.10() {
|
||||
}
|
||||
|
||||
post_to_2.4.20() {
|
||||
echo "Pruning unused volumes"
|
||||
docker volume prune -f
|
||||
echo "Pruning unused docker volumes on all nodes - This process will run in the background."
|
||||
salt --async \* cmd.run "docker volume prune -f"
|
||||
POSTVERSION=2.4.20
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user