docker container ls -a|grep 指定字符 | awk '{print $1}'| xargs -I{} docker rm {}

 

相关文章: