摘要:1. 检查本机Docker镜像 docker images 2. 下载hello-world镜像 docker pull hello-world 3. 运行docker镜像hello-world docker run hello-world 打印出如上图的信息,说明运行成功 4. 执行流程图(Doc
阅读全文
posted @ 2018-05-29 22:28
|
|||
随笔分类 - S.Docker
摘要:1. 检查本机Docker镜像 docker images 2. 下载hello-world镜像 docker pull hello-world 3. 运行docker镜像hello-world docker run hello-world 打印出如上图的信息,说明运行成功 4. 执行流程图(Doc
阅读全文
posted @ 2018-05-29 22:28
摘要:一、检查内核版本 安装Docker,需要linux内核大于3.10 使用uname -r 来检查 二. Centos系统下Docker的安装 1. 安装需要的软件包 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-uti
阅读全文
posted @ 2018-05-29 22:10
|
|||