說明:系統版本 centos 6.9 x64
在centos 6.9上安裝docker容器,發現核心版本過低,目前是2.6,作業系統是6.9 x86_64位,因此需要公升級核心到3.8及以上穩定版本。
因為只有64位版本才支援安裝,所以需要首先檢查系統版本和位數
cat /etc/redhat-release
getconf long_bit
首先 uname -a 檢視當前
2.6.32-431.23.3.el6.x86_64 #1 smp thu jul 31 17:20:51 utc 2014 x86_64 x86_64 x86_64 gnu/linux
rpm --import
rpm -uvh
yum --enablerepo=elrepo-kernel install kernel-lt -y
提示 complete! 表示安裝完成
vim /etc/grub.conf
顯示如下資訊
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title centos (4.4.161-1.el6.elrepo.x86_64) //0
title centos (2.6.32-754.6.3.el6.x86_64) //1
title centos (2.6.32-696.13.2.el6.x86_64) //2
title centos (2.6.32-431.el6.x86_64) //3
default=0 //選擇啟動第乙個核心
重新啟動 檢視是否生效
CentOS6 X 公升級核心 至 3 10
由於安裝docker時,docker支援 docker 執行在 centos 7 上,要求系統為64位 系統核心版本為 3.10 以上。docker 執行在 centos 6.5 或更高的版本的 centos 上,要求系統為64位 系統核心版本為 2.6.32 431 或者更高版本 centos 7...
CentOS6 X 公升級核心 至 3 10
親測可用 由於安裝docker時,docker支援 docker 執行在 centos 7 上,要求系統為64位 系統核心版本為 3.10 以上。docker 執行在 centos 6.5 或更高的版本的 centos 上,要求系統為64位 系統核心版本為 2.6.32 431 或者更高版本 cen...
centos6 x公升級到最新核心
centos6.x 預設是2.x 有些軟體裝不上 比如docker 1 匯入public key rpm import 2 安裝elrepo到centos 6.5中 rpm uvh 3 安裝 kernel lt lt long term yum enablerepo elrepo kernel in...