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

查看:700
本文介绍了$(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(vivid),并且应该具有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天全站免登陆