加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

linux-为什么docker无法在3.10之前的内核上运行?

发布时间:2020-12-16 03:23:54 所属栏目:安全 来源:网络整理
导读:Docker通常不会在3.10之前的Linux内核上运行. (在某些情况下,它也可以在3.8内核中运行). 旧内核中缺少的新内核中有哪些功能会阻止docker在其中运行? 最佳答案 A 3.10 Linux kernel is the minimum requirement for Docker. Kernels older than 3.10 lack so

Docker通常不会在3.10之前的Linux内核上运行. (在某些情况下,它也可以在3.8内核中运行).

旧内核中缺少的新内核中有哪些功能会阻止docker在其中运行?

最佳答案

A 3.10 Linux kernel is the minimum requirement for Docker. Kernels
older than 3.10 lack some of the features required to run Docker
containers. These older versions are known to have bugs which cause
data loss and frequently panic under certain conditions.

The latest minor version (3.x.y) of the 3.10 (or a newer maintained
version) Linux kernel is recommended. Keeping the kernel up to date
with the latest minor version will ensure critical kernel bugs get
fixed.

来自:https://docs.docker.com/engine/installation/binaries

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读