共计 1275 个字符,预计需要花费 4 分钟才能阅读完成。
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 http://www.linuxidc.com/Linux/2014-07/104768.htm
Docker 的搭建 Gitlab CI 全过程详解 http://www.linuxidc.com/Linux/2013-12/93537.htm
Docker 安装应用 (CentOS 6.5_x64) http://www.linuxidc.com/Linux/2014-07/104595.htm
Docker 和一个正常的虚拟机有何区别? http://www.linuxidc.com/Linux/2013-12/93740.htm
在 Docker 中使用 MySQL http://www.linuxidc.com/Linux/2014-01/95354.htm
Docker 将改变所有事情 http://www.linuxidc.com/Linux/2013-12/93998.htm
Docker 安装应用 (CentOS 6.5_x64) http://www.linuxidc.com/Linux/2014-07/104595.htm
Docker 的详细介绍 :请点这里
Docker 的下载地址 :请点这里
更多 CentOS 相关信息见 CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14