docker rm `docker ps --no-trunc -aq`. 用–filter or -f 來過濾container,把status 是exited 的都砍掉 $ docker rm `docker ps -f "status=exited"`.
確定! 回上一頁