1.版本
system: centos6.5
2.安装
3.HelloWorld
docker pull hello-world
从docker
拉取官方hello world
镜像,默认地址为https://hub.docker.com,如果网络环境不好可更改为国内镜像
docker images
查看本地有哪些镜像
拉取官方hello world镜像
docker run hello-world
运行
看到这两行代表运行成功
system: centos6.5
docker pull hello-world
从docker
拉取官方hello world
镜像,默认地址为https://hub.docker.com,如果网络环境不好可更改为国内镜像
docker images
查看本地有哪些镜像
docker run hello-world
运行