docker 删除停止的容器

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

    

原文地址:https://www.cnblogs.com/S--S/p/11733420.html