docker images

Estimated reading time: 1 minute

Description

List images

Usage

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

Options

Name, shorthand Default Description
--all, -a false Show all images (default hides intermediate images)
--digests false Show digests
--filter, -f   Filter output based on conditions provided
--format   Pretty-print images using a Go template
--no-trunc false Don’t truncate output
--quiet, -q false Only show numeric IDs

Parent command

Command Description
docker The base command for the Docker CLI.

Extended description

Alias for docker image ls.

chat icon Feedback? Suggestions? Can't find something in the docs?
Edit this page Request docs changes Get support
Rate this page: