docker rmi $(docker images -f dangling=true -q --no-trunc)
This command won't help you clean up disk space if you build/pull images each with their own unique tags.