拉取镜像 docker pull mysql 查看所有容器 docker ps -a 启动已经停止容器 docker start 容器id 停止容器 docker stop 容器id 查看运行中的容器 docker ps