Skip to content

docker images

Description

Lists the images stored on your machine, with their tags, IDs, and sizes.

Syntax

docker images [OPTIONS] [REPOSITORY]

Common Options

Option Description
-a Show all images, including intermediate layers
-q Show only image IDs
--filter KEY=VALUE Filter the list, e.g. dangling=true

Examples

docker images
docker images my-app