docker hub 에서 centos 검색하면 "The official build of CentOS" 이라고 검색되는 것이 있다.
https://hub.docker.com/_/centos
아마도 centos 공식 docker image 인가 보다.
image pull 해서 사용해 보니, 정말 minimal 인거 같다.
기본적으로 사용하던 네트워크 관련 명령어가 안된다.
이리저리 구글링해서 설치하는 방법을 검색해서 설치를 했다.
ifconfig 명령어 설치
% yum install -y net-tools
ip address 명령어 설치
% yum install -y iproute
출처
https://github.com/docker-library/docs/issues/526
댓글 없음:
댓글 쓰기