본문 바로가기

Ops/Docker

Docker 명령어 - image 조회

반응형

Docker 명령어 - image 조회

 

 

 

 

공식 저장소 조회

docker search ubutu

 

local 저장소 조회 1

docker image ls

 

local 저장소 조회 2

docker images

 

local 저장소 id만 조회

docker images -q

 

local 저장소 dangling 조회

docker images -f dangling=true

사용중인 컨테이너의 이미지를 강제 삭제하면 이미지 이름이 none으로 표시되며, 이것을 dangling 이라고 한다.

 

layer 확인

docker inspect --type=Layers {container_name}

 

 

 


by mkdir-chandler


 

 

 

 

 

728x90
반응형