docker常用命令

移除无用的容器

在服务器部署的时候经常使用load命令导致有许多无用的容器

docker rmi -fdocker images | grep ‘‘ | awk ‘{print $3}’