방금 뭔가 빠르게 테스트하고 싶었습니다. 도커 컨테이너를 실행하고 실행중인 버전을 확인하고 싶었습니다.
$ docker run -it ubuntu
root@471bdb08b11a:/# lsb_release -a
bash: lsb_release: command not found
root@471bdb08b11a:/#
그래서 설치를 시도했습니다 ( here 제안 ).
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:/#
왜 이것이 작동하지 않는지 아는 사람이 있습니까?
lsb-release
.lsb-core
작동하지만 필요하지 않은 종속성이 많이 있습니다.