1. 我们运行:docker run hello-world
由于本地没有hello-world,所以会远程下载一个hello-world的镜像,并在容器内运行。
2. docker run干了什么?