Centos6.5下安装docker

Posted songyanxin

tags:

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

参考自:https://blog.csdn.net/u013282737/article/details/85246755

1.禁用selinux(特别重要,不然可能pull失败)

vim /etc/selinux/config 将SELINUX设为disabled,注意修改后最好重启下机器。

2.安装docker

执行:yum install docker-io

将docker开机启动:chkconfig docker on

启动docker:service docker start

查看docker版本:docker version

查看docker日志:cat /var/log/docker

查看docker日志:cat /var/log/docker

3.docker加速配置,国外的网可能比较慢,配置国内阿里云源(docker1.7修改方法)

执行编辑命令:vi /etc/sysconfig/docker

加入下面两行
other_args="--registry-mirror=https://wbtwgo1e.mirror.aliyuncs.com"  
OPTIONS=‘--registry-mirror=https://wbtwgo1e.mirror.aliyuncs.com‘ 

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

centos6.5下安装docker

centos6.5 安装docker方法

如何在CentOS6.5系统中安装Docker

docker安装

Centos6.5 安装配置docker

CentOS6.5 安装docker