摘要: docker最小的镜像——hello-world 下载镜像 docker pull docker pull hello-world 查看镜像 docker images docker images hello-world 运行镜像 docker run docker基础镜像:自我感觉基础镜像Linu 阅读全文
posted @ 2017-10-12 17:43 无踪无影 阅读(604) 评论(0) 推荐(0)
摘要: 1.确认系统没安装任何docker相关的安装包 3.安装docker yum install docker-ce 确认版本: yum list docker-ce --showduplicates | sort -r 4.启动docker服务 systemctl start docker 检验是否安 阅读全文
posted @ 2017-10-12 12:17 无踪无影 阅读(517) 评论(0) 推荐(0)