vol sprawl

This commit is contained in:
Jason Ertel
2023-09-19 12:52:28 -04:00
parent 7763218b71
commit 8855619453
4 changed files with 24 additions and 1 deletions

View File

@@ -766,7 +766,9 @@ post_to_2.3.260() {
}
post_to_2.3.270() {
echo "Nothing to do for .270"
echo "Pruning unused volumes"
docker volume prune -f
POSTVERSION=2.3.270
}