1、批量删除docker容器 docker ps | grep chrome| awk '{print $1}'| xargs docker rm -f 2、批量启动容器工具: swarm ansible k8s集群