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的主要内容,如果未能解决你的问题,请参考以下文章