Search

images

대분류
DevOps/Tool
소분류
Docker
설명
이미지 목록 출력
유형
명령어
주요 레퍼런스
https://docs.docker.com/engine/reference/commandline/images/
최종 편집 일시
2024/10/31 03:27
생성 일시
2024/10/30 02:08
13 more properties

설명

명령어 기록(Command History)을 보기

옵션

Option
Short
Default
Description
--all
-a
모든 이미지 표시 (default hides intermediate images)
--digests
digests 표시
--filter
-f
제공된 조건에 따라 출력 필터링
--format
사용자 정의 템플릿을 사용하여 출력 형식 지정: 'table': 열 헤더가 있는 테이블 형식으로 출력 인쇄(기본값) 'table TEMPLATE': 지정된 Go 템플릿을 사용하여 테이블 형식으로 출력 인쇄 'json': JSON 형식으로 인쇄 'TEMPLATE': 인쇄 주어진 Go 템플릿을 사용하여 출력합니다. 참조 : https://docs.docker.com/config/formatting/
--no-trunc
Don't truncate output
--quiet
-q
이미지 ID만 표시

예시

$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> 77af4d6b9913 19 hours ago 1.089 GB committ latest b6fa739cedf5 19 hours ago 1.089 GB <none> <none> 78a85c484f71 19 hours ago 1.089 GB docker latest 30557a29d5ab 20 hours ago 1.089 GB <none> <none> 5ed6274db6ce 24 hours ago 1.089 GB postgres 9 746b819f315e 4 days ago 213.4 MB postgres 9.3 746b819f315e 4 days ago 213.4 MB postgres 9.3.5 746b819f315e 4 days ago 213.4 MB postgres latest 746b819f315e 4 days ago 213.4 MB
Bash
복사