I’ve been using Docker a lot at work for development. This leads to a pile-up of images on the server. In order to clear them out I made this handy little script. This will remove all images even attached ones on your system. Be aware that running this on production or a shared development environment …