docker 删除所有未使用的镜像

docker rmi $(docker images --filter "dangling=true" -q --no-trunc)