service docker start //启动docker docker ps -a //查看所有容器 docker pull //拉取镜像 docker image ls //镜像列表 docker run //创建一个新的容器并运行一个命令