Run docker prune every time docker updates

This commit is contained in:
Marko Korhonen 2022-08-01 11:15:30 +03:00
parent 565b902df1
commit 523dc563b3
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -145,7 +145,6 @@ update() {
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
repo repo
docker-update docker-update
docker system prune --volumes -a
{%@@ endif @@%} {%@@ endif @@%}
plugins plugins
} }
@ -172,6 +171,7 @@ update() {
fi fi
cd .. cd ..
done done
docker system prune -af --volumes
} }
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then