docker清空所有服务、镜像

docker stop $(dokcer ps -aq)
docker rm $(dokcer ps -aq)
docker rmi `docker images -q`

你可能感兴趣的:(docker清空所有服务、镜像)