18. docker images

docker images 列出镜像列表

用法

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

样例

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