CentOS6.8下安装Docker

Posted adjk

tags:

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

在CentOS6.8下安装Docker

系统版本

[[email protected] yum.repos.d]# uname -a
Linux bogon 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[[email protected] yum.repos.d]# cat /etc/redhat-release 
CentOS release 6.8 (Final)

安装EPEL

因为系统自带的repo中不带docker需要安装epel

 

rpm -ivh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm

 

 

rpm -Uvh http://ftp.riken.jp/Linux/fedora/epel/6Server/x86_64/epel-release-6-8.noarch.rpm   # 这个不行,连不通

安装Docker

yum install -y docker-io

开机自启动与启动Docker

[[email protected] yum.repos.d]# service docker start
Starting cgconfig service:                                 [  OK  ]
Starting docker:                                       [  OK  ]
[[email protected] yum.repos.d]# chkconfig docker on
[[email protected] yum.repos.d]# chkconfig docker --list
docker          0:off   1:off   2:on    3:on    4:on    5:on    6:off
[[email protected] yum.repos.d]# 

至此docker已经安装完成

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

1.centos6.8安装docker

Docker学习笔记(99-1)Centos6.8上安装Docker

docker 集群二(docker1.7)centos6.8 离线安装

mesos+marathon+zookeeper的docker管理集群亲手搭建实例(环境Centos6.8)

2docker安装 on centos 6.8(64bit)

2docker安装 on centos 6.8(64bit)