docker run 原理 1.docker run hello-world 2.Unable to find image ‘hello-world:latest’ locally 本机寻找镜像,本机找到 hello-world 这个镜像:运行 本地找不到这个镜像:远程下载 3.latest: Pulling from library/hello-world dockerHub远程仓库拉取:下载到本地 远程仓库上没有这个镜像:返回错误 4.运行 Hello from Docker!