docker stop 按名称 批量结束 多个容器 - xd21303/Notebook GitHub Wiki

docker ps|grep 'k8s*'|awk '{print $1}'|xargs docker stop