docker 删除停止的容器

  docker container ls -f "status=exited" -q | xargs docker rm -f

    

 

posted @ 2019-10-24 17:11  超我  阅读(694)  评论(0)    收藏  举报