最佳答案
我只是想快速测试一下。所以我运行了一个 docker 容器,我想检查我运行的是哪个版本:
$ docker run -it ubuntu
root@471bdb08b11a:/# lsb_release -a
bash: lsb_release: command not found
root@471bdb08b11a:/#
所以我试着安装它(作为 建议在这里) :
root@471bdb08b11a:/# apt install lsb_release
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lsb_release
root@471bdb08b11a:/#
有人知道为什么没用吗?