1
lsb_release : 최신 Ubuntu Docker 컨테이너에 명령이 없습니다.
방금 뭔가 빠르게 테스트하고 싶었습니다. 도커 컨테이너를 실행하고 실행중인 버전을 확인하고 싶었습니다. $ 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 …