CentOS 修改源为163和指定epel源和docker安装

Posted Hanson

tags:

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

首先备份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做好相应备份)

运行yum makecache生成缓存

eple源:

rpm -Uvh http://ftp.sjtu.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm

docker 安装:

You will need RHEL 6.5 or higher, with a RHEL 6 kernel version 2.6.32-431 or higher as this has specific kernel fixes to allow Docker to work.

CentOS 6.5已经是2.6.32-431内核了,所以最好安装这个版本。

yum -y install docker-io
升级:
yum -y update docker-io

手动升级:

 

wget https://get.docker.io/builds/Linux/x86_64/docker-latest -O docker
mv -f docker /usr/bin/docker

升级完成

 

启动:

service docker start

开机启动:

 

chkconfig docker on

以上是关于CentOS 修改源为163和指定epel源和docker安装的主要内容,如果未能解决你的问题,请参考以下文章

Centos7更改yum源和epel源到阿里云

centos网络yum源和epel源(2017可用首选)

Centos修改yum源为163

修改CentOS默认yum源为国内镜像

redhat6.4 安装epel源和aliyun的源

修改CentOS的yum源为国内yum镜像源