docker rm `docker ps -a -q`

  删除的是镜像运行的实例,要删除镜像用docker rmi + 镜像名或者那串字符(image  id)

相关文章: