Update alias: remove all unused images, not just dangling ones

This commit is contained in:
Marko Korhonen 2022-06-30 19:19:21 +03:00
parent 12215b5c0f
commit 4275764c80

View file

@ -145,7 +145,7 @@ update() {
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
repo repo
docker-update docker-update
docker system prune --volumes docker system prune --volumes -a
{%@@ endif @@%} {%@@ endif @@%}
plugins plugins
} }