简体   繁体   English

正在运行哪种linux风格

[英]Which linux flavor is running

I want to find out the linux flavor running on the vm created using minikube-kubernetes. 我想找出使用​​minikube-kubernetes创建的vm上运行的linux风格。 I log in to the vm and do a cat /proc/version Linux version 4.9.13 gcc version 5.4.0 (Buildroot 2017.02) . 我登录到vm并执行cat / proc / version Linux version 4.9.13 gcc version 5.4.0 (Buildroot 2017.02) Can someone tell me which flavor this is? 谁能告诉我这是哪种口味? Obviously not ubuntu as none of the commands man, apt-get work. 显然不是ubuntu,因为没有命令man,apt-get work。

cat /etc/*release

这适用于大多数发行版。

The minikube distro is custom built using buildroot. minikube发行版是使用buildroot定制的。 It is meant to be a minimal distro and does not include a package manager or package repository. 它意味着是一个最小的发行版,不包括包管理器或包存储库。

lsb_release -ai但您可能需要安装lsb模块。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM