docker 删除中止的容器

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

    

相关文章
相关标签/搜索