Merge pull request #11367 from Security-Onion-Solutions/TOoSmOotH-patch-2

Update soup
This commit is contained in:
Mike Reeves
2023-09-21 09:40:58 -04:00
committed by GitHub

View File

@@ -766,8 +766,8 @@ post_to_2.3.260() {
}
post_to_2.3.270() {
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.3.270
}