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 741186b424
commit e2d17d2766
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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