blog.voina.it
Voina Blog (a tech warrior's blog) #Docker images cleanup
CASE 1: If you use multi-stage docker builds you will end up with lots of un-tagged images. The proper way to clean the intermediary leftover images is: docker rmi $(docker images -f “danglin…