1. 检查本机Docker镜像
docker images
2. 下载hello-world镜像
docker pull hello-world
3. 运行docker镜像hello-world
docker run hello-world
打印出如上图的信息,说明运行成功
4. 执行流程图