As I create/debug a docker image/container docker seems to be leaving all sorts of artifacts on my system. (at one point there was a 48 image limit) But the last time I looked t
It can also be helpful to remove "dangling" images
docker rmi $(docker images -f "dangling=true" -q)