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


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

地址:http://mirrors.163.com/.help/centos.html

使用说明

首先备份/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/(操作前请做好相应备份)

CentOS5

CentOS6

运行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 6/7系列安装Docker  

Docker的搭建Gitlab CI 全过程详解  

Docker安装应用(CentOS 6.5_x64)  

Docker 和一个正常的虚拟机有何区别?  

在 Docker 中使用 MySQL  

Docker 将改变所有事情  

Docker安装应用(CentOS 6.5_x64)  

Docker 的详细介绍:请点这里
Docker 的下载地址:请点这里

相关内容