To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://cloud.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/engine/userguide/
如下是第一次运行hello-world 这个docker-image 由于它还不存在于本地、所以要下载它、这可能要用一点时间!
您可能感兴趣的文章:ubuntu16.10安装docker17.03.0-ce并配置国内源和加速器详解如何修改docker pull镜像源详解Docker源码编译安装详解使用Docker容器来源码编译etcd详解Docker 容器使用 cgroups 限制资源使用Ubuntu Docker 源码编译(1.9.1 )详解










