在docker容器中使用的Ubuntu版本

时间:2017-06-26 11:22:03

标签: linux ubuntu docker

我试图找出在docker容器中使用的Ubuntu版本。

Verfiy the version of ubuntu running in a Docker container提及cat /etc/lsb-release,其中包含:

cat: can't open '/etc/lsb-release': No such file or directory

uname -r给出:

3.13.0-119-generic

FWIW,uname -a给出:

Linux <container id> 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 Linux

任何想法可能是什么版本的Ubuntu?或者我怎么能找到这个呢?

2 个答案:

答案 0 :(得分:1)

尝试lsb-release -acat /etc/issue

答案 1 :(得分:0)

只有docker history --no-trunc your_image会显示FROM ...