docker run hello-world

Docker 的执行流程

  1. 本地仓库进行镜像查找
  2. 找不到的话,中心仓库下载
  3. 找到镜像,运行容器