测试开发CICD——Docker——start/stop/restart 命令——docker start :启动一个或多个已经被停止的容器 ——docker stop :停止一个运行中的容器 ——d.
=============================================================================================================启动所有容器dockerstart$(dockerps-a-q)关闭所有容器dockerstop$(dockerps-a-q)重启所有容器dockerrestart$(dockerp