docker install标签:命令,nginx,install,镜像,docker,localhost From: https://www.cnblogs.com/cwydfq/p/17591684.html
安装 Docker
Docker 软件包和依赖包已经包含在默认的 CentOS-Extras 软件源里,安装命令如下:
[root@localhost ~]# yum -y install docker
启动 Docker 后台服务
[root@localhost ~]# service docker start
一、获取nginx镜像
1.使用docker search nginx命令获取nginx镜像列表
2.使用docker pull nginx命令拉取nginx镜像到本地,此处我们获取排名第一的是官方最新镜像,其它版本可以去DockerHub查询
3.使用docker images nginx命令,查看我们拉取到本地的nginx镜像IMAGE ID