Find which Docker images are using the disk

docker images --format '{{.Size}}t{{.Repository}}:{{.Tag}}' | sort -hr | head -20