Docker : remove all Exited containers. #shell · #docker. A oneliner! sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm.
確定! 回上一頁