docker-dangling · make-space
https://www.make-space.sh/docs/docker-dangling.htmldocker rmi $(docker images -f dangling= true-q) Description. Removes dangling Docker images. You might free up even more space by removing all unused images, which encompass dangling images, using the following command: docker system prune --all make-space opts for a more conservative strategy and only removes dangling Docker images.