概念

镜像(image) 面向Docker的只读模板
容器(Container) 镜像的运行实例
仓库(Registry) 存储镜像的服务器

运行过程

docker pull

image.png

docker run

image.png