Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 349 Bytes

18-docker-images.rst

File metadata and controls

19 lines (10 loc) · 349 Bytes

docker images

docker images 列出镜像列表

用法

docker images [OPTIONS] [REPOSITORY[:TAG]]

样例

docker history --format "{{.ID}}: {{.CreatedSince}}" busybox
docker images --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}"