docker 删除停止的容器

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

    

 

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