码迷,mamicode.com
首页 > 其他好文 > 详细

centos7-minimal升级内核

时间:2018-04-25 20:05:15      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:img   href   启用   release   仓库   http   dock   class   centos   

【转】

备份一下。本来以为centos7默认是3.1以上的内核,没想到自己装了个是2.6的,升级一下才能用docker:

技术分享图片

1.上启用 ELRepo 仓库

rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm

 2.列出可用的

yum --disablerepo="*" --enablerepo="elrepo-kernel" list available

 技术分享图片

3.安装最新稳定版内核

yum --enablerepo=elrepo-kernel install kernel-ml 

技术分享图片

 

centos7-minimal升级内核

标签:img   href   启用   release   仓库   http   dock   class   centos   

原文地址:https://www.cnblogs.com/kuboy/p/8946719.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!