CentOS 7.0运行Docker出现内核报错解决方法(4)

[root@ip-10-10-29-201 ~]# awk -F\' '$1=="menuentry " {print $2}' /etc/grub2.cfg
CentOS Linux (4.0.2-1.el7.elrepo.x86_64) 7 (Core)
CentOS Linux, with Linux 3.10.0-123.el7.x86_64
CentOS Linux, with Linux 0-rescue-18b184aa09434ecf9739a70c6b63638a

默认启动的顺序是从0开始,但我们新内核是从头插入(目前位置在1,而4.0.2的是在0),所以需要选择0,如果想生效最新的内核,需要

[root@ip-10-10-29-201 ~]# grub2-set-default 0

5、重启
Reboot

6、重启后查看内核
[root@ip-10-10-29-201 conf]# uname -r
4.0.2-1.el7.elrepo.x86_64

经过升级后,20天没有出现此问题,所以判断此次文件为内核bug引起,通过升级内核解决。

Docker安装应用(CentOS 6.5_x64)  

在 Docker 中使用 MySQL

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/c5488d91fa0506b07b9f5e312f93769f.html