I
Immich2y ago
mecs

Are all these docker images necessary?

Which docker images can I delete?
No description
7 Replies
Alex
Alex2y ago
All without Tag Release. Are you using docker compose? Then stop the Stack, delete all docker and Start again.
mecs
mecsOP2y ago
Is that intended behaviour to have so many?
sogan
sogan2y ago
you can run docker system prune to get rid of the old images.
mecs
mecsOP2y ago
When a new immich verion comes out, i do docker compose pull && docker compose up -d Should I be doing it differently?
Alex
Alex2y ago
Thats fine. But the old images are not delete. The new images are tagged with Release and the old with none Using the prune command will delete all unused images (all in your docker Stack) or delete them manually. You can not delete a Image which is used in a running Container.
mecs
mecsOP2y ago
perfect thanks. recovered +7GB :)
Enigmind
Enigmind2y ago
You can run docker image prune to remove all dangling images. This is faster than prune all the docker system.

Did you find this page helpful?