Mass-Deleting Docker Images

I’m having a cleanup of my Docker images and there’s a bit of a mismatch between the output format of docker images and the input of docker rmi. I don’t however want to delete everything, only a selection of images. Luckily there’s a –format argument to docker images which allows an output format to be… Continue reading Mass-Deleting Docker Images

Published
Categorized as Docker