简体   繁体   中英

Which linux flavor is running

I want to find out the linux flavor running on the vm created using minikube-kubernetes. 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) . Can someone tell me which flavor this is? Obviously not ubuntu as none of the commands man, apt-get work.

cat /etc/*release

这适用于大多数发行版。

The minikube distro is custom built using buildroot. It is meant to be a minimal distro and does not include a package manager or package repository.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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