docker 删除 状态 exited的容器

docker rm $(docker ps -q -f status=exited)
docker rm $(docker ps --all -q -f status=exited)

京ICP备11047313号-19
Scroll to Top