centos7安装docker

Posted zfzf1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7安装docker相关的知识,希望对你有一定的参考价值。

http://www.cnblogs.com/zfzf1/p/7689614.html

sed -i \'1a nameserver 8.8.8.8\' /etc/resolv.conf

 

yum -y install docker

 

 

启动docker并设置为开机自启

[root@localhost ~]# systemctl start docker
[root@localhost ~]# systemctl enable docker


测试 docker info
docker run hello-world

   docker images

以上是关于centos7安装docker的主要内容,如果未能解决你的问题,请参考以下文章

centos7使用docker安装es(elasticsearch)

基于Centos7安装Docker-registry2.0

如何在 CentOS 7 上安装 Docker

centOS7安装Docker CE

centos7之docker安装

CentOS7安装Docker