更新Linux内核
說明:為了安裝Docker,當前虛擬機不滿足要求,版本如下:
[root@localhost116 ~]# uname -r 2.6.32-573.el6.x86_64 [root@localhost116 ~]# cat /etc/issue Red Hat Enterprise Linux Server release 6.7 (Santiago) Kernel \r on an \m[root@localhost116 ~]#安裝docker,先要升級linux內核到3.10。步驟如下:
1、下載安裝包:kernel-ml-aufs-3.10.5-3.el6.x86_64、kernel-ml-aufs-devel-3.10.5-3.el6.x86_64?。
地址:http://www.hop5.in/yum/el6/repoview/system_environment.kernel.group.html
親測,可用,不收費,不需要積分(就是下載有點慢~~)!!
2、安裝
rpm -ivh kernel-ml-aufs-3.10.5-3.el6.x86_64.rpm rpm -ivh kernel-ml-aufs-devel-3.10.5-3.el6.x86_64.rpm3、修改配置文件:(將default的值修改為0)
4、重啟&查詢:
reboot #重啟命令 [root@localhost116 kernel]# reboot Broadcast message from root@localhost116(/dev/pts/0) at 10:00 ...The system is going down for reboot NOW! [root@localhost116 ~]# uname -r 3.10.5-3.el6.x86_64 [root@localhost116 ~]# grep aufs /proc/filesystems nodev aufs其他文章推薦:
https://blog.csdn.net/a33130317/article/details/81124432(ElRepo 安裝包模式)
https://www.cnblogs.com/momoyan/p/9130461.html(kernel 安裝包模式)
?
?
轉載于:https://www.cnblogs.com/lelelong/p/10856894.html
總結
- 上一篇: c语言构造数据类型有,《c语言程序设计基
- 下一篇: linux crontab怎么写,lin