zoukankan      html  css  js  c++  java
  • Centos升级内核 --已验证

    Docekr 对内核由要求,3.10以上

    Centos 6.5内核达不到要求

    [linux@localhost Desktop]$ sudo service docker statusdocker dead but pid file exists
    [linux@localhost Desktop]$ sudo docker -d
    WARN[0000] You are running linux kernel version 2.6.32-431.el6.x86_64, which might be unstable running docker. Please upgrade your kernel to 3.10.0. 
    INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) 
    docker: relocation error: docker: symbol dm_task_get_info_with_deferred_remove, version Base not defined in file libdevmapper.so.1.02 with link time reference
    [linux@localhost Desktop]$ 

    需要升级  具体如下:

  • 相关阅读:
    day 49
    day 48
    day 46
    IOC和DI到底是什么?
    堆排序算法
    快速排序算法
    java中try-catch-finally中的return语句
    归并排序算法
    选择排序算法
    冒泡排序算法
  • 原文地址:https://www.cnblogs.com/felixzh/p/5151321.html
Copyright © 2011-2022 走看看