docker image List dangling images docker image ls -f dangling=true Remove dangling images docker image rm $(docker image ls -f dangling=true -q)