Cleaning up Docker Compose images
rivolaks.com › posts › docker-compose-cleanupApr 12, 2018 · So I made a small tool which helps specifically with cleaning up Docker Compose images. The idea is to make use of Docker Compose’s image naming scheme — images of Compose projects are named projectname_servicename, using underscore as separator. We could thus find all images matching that naming scheme, figure out the project name, and ...