常用参数批量停止所有容器批量删除所有容器批量删除所有镜像 常用参数 批量停止所有容器docker stop `docker ps -a -q` 批量删除所有容器docker rm `docker ps -a -q` 批量删除所有镜像docker rmi `docker images -q`