标签: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
标签:img href 启用 release 仓库 http dock class centos
原文地址:https://www.cnblogs.com/kuboy/p/8946719.html