DOCKER(1) Docker User Manuals DOCKER(1) (NAME) docker-image-ls - (SYNOPSIS) docker image ls [OPTIONS] [REPOSITORY[:TAG]] (DESCRIPTION) Docker . . . Docker . . REPOSITORY . . ( ) . ubuntu . 24.04 22.04 . (Filters) : o dangling=(true|false) - o label= label== o before=([:tag]||image@digest ) o since=([:tag]||image@digest ) o reference=( ) (Format) Go . : .ID - .Repository - .Tag - .Digest - .CreatedSince - .CreatedAt - .Size - (EXAMPLES) (Listing the images) ( ) : docker image ls . : REPOSITORY TAG IMAGE ID CREATED SIZE. docker image ls [REPOSITORY[:TAG]] . REPOSITORY TAG docker image ls . docker image ls java [REPOSITORY[:TAG]] << >> . docker image ls jav java . REPOSITORY TAG . "java" "8" : docker image ls java:8 -a : docker image ls -a docker image ls --tree --dot . Docker 1.7 . dockviz : https://github.com/justone/dockviz (Listing images in a desired format) --format image table . \t . json JSON . ID Repository : docker image ls --format "{{.ID}}: {{.Repository}}" 77af4d6b9913: b6fa739cedf5: commit 78a85c484bad: ipbabble 30557a29d5ab: docker 5ed6274db6ce: 746b819f315e: postgres 746b819f315e: postgres 746b819f315e: postgres 746b819f315e: postgres : docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" IMAGE ID REPOSITORY TAG 77af4d6b9913 b6fa739cedf5 commit latest 78a85c484bad ipbabble 30557a29d5ab docker latest 5ed6274db6ce 746b819f315e postgres 9 746b819f315e postgres 9.3 746b819f315e postgres 9.3.5 746b819f315e postgres latest . JSON : docker image ls --format json {"Containers":"N/A","CreatedAt":"2021-01-18 11:29:06 +0100 CET","CreatedSince":"24 hours ago","Digest":"\u003cnone\u003e","ID":"fbcf509fa16f","Repository":"docker","SharedSize":"N/A","Size":"235MB","Tag":"stable-dind","UniqueSize":"N/A"} {"Containers":"N/A","CreatedAt":"2021-01-18 11:24:48 +0100 CET","CreatedSince":"24 hours ago","Digest":"\u003cnone\u003e","ID":"08656a69ab2b","Repository":"docker-cli-e2e","SharedSize":"N/A","Size":"1.21GB","Tag":"latest","UniqueSize":"N/A"} {"Containers":"N/A","CreatedAt":"2021-01-18 10:43:44 +0100 CET","CreatedSince":"24 hours ago","Digest":"\u003cnone\u003e","ID":"abca5c07c1ba","Repository":"docker-cli-dev","SharedSize":"N/A","Size":"608MB","Tag":"latest","UniqueSize":"N/A"} (Listing only the shortened image IDs) . . docker image ls -q (OPTIONS) -a, --all[=false] ( ) --digests[=false] -f, --filter= --format="" : 'table': () 'table TEMPLATE': Go 'json': JSON 'TEMPLATE': Go . https://docs.docker.com/go/formatting --no-trunc[=false] -q, --quiet[=false] --tree[=false] () (SEE ALSO) docker-image(1) Docker Community Aug 2026 DOCKER(1)