docker image ls

Command Name: 

docker image ls

Description:

List images

Syntax:

easywhatis$ docker image ls --help

Usage: docker image ls [OPTIONS] [REPOSITORY[:TAG]]

List images

Aliases:
  ls, images, list

Options:
  -a, --all             Show all images (default hides intermediate images)
      --digests         Show digests
  -f, --filter filter   Filter output based on conditions provided
      --format string   Pretty-print images using a Go template
      --no-trunc        Don't truncate output
  -q, --quiet           Only show numeric IDs
easywhatis$ 

Example:

easywhatis$ docker image ls
REPOSITORY          TAGIMAGE ID            CREATED             SIZE
busybox             latest              83aa35aa1c79        3 weeks ago         1.22MB