docker常用命令

删除none镜像
docker rmi $(docker images -f “dangling=true” -q)

你可能感兴趣的:(docker)