$(uname -a) 在 docker 主机或任何 docker 容器中返回相同的值 [英] $(uname -a) returning the same in docker host or any docker container

查看:53
本文介绍了$(uname -a) 在 docker 主机或任何 docker 容器中返回相同的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么 $(uname -a) 返回与 docker 容器内的主机相同的 Linux 内核?

Why $(uname -a) returns the same Linux kernel than the host machine inside a docker container?

uname -a
#=> Linux leo 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

docker run -ti --rm ubuntu:vivid-20150611 uname -a
#=> Linux 147c3aff216b 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

即使我的主机是 Ubuntu 14.04(可信赖),而容器是 Ubuntu 15.04(生动)并且应该具有内核 3.19

Even though my host machine is Ubuntu 14.04 (trusty) while the container is Ubuntu 15.04 (vivid) and should have kernel 3.19

推荐答案

Docker使用宿主机操作系统内核,容器内部没有自定义或额外的内核.机器上运行的所有容器都共享这个主机"内核.

Docker uses the host operating system kernel, there is no custom or additional kernel inside the container. All containers running on the machine are sharing this "host" kernel.

有关详细信息,请参阅超级用户此问题.

See for more information this question on SuperUser.

这篇关于$(uname -a) 在 docker 主机或任何 docker 容器中返回相同的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆