Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
From docker 1.25+ you can use this commands:
- prune image: Remove all unused images, not just dangling ones. This will delete all the images without an associated container!