Docker Cheat Sheet/List images with image namespace

List local images using the image management namespace.

Section: Images

List images with image namespace

bash
bash
docker image ls
Explanation

Object-oriented form that groups image subcommands together.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Images
List images
List local images.
OpenIn sheetbashsame section
Pull an image
Download an image from a registry.
OpenIn sheetbashsame section
Push an image
Upload an image to a registry.
OpenIn sheetbashsame section
Show image history
Show the layer history of an image.
OpenIn sheetbashsame section
Inspect an image
Show low-level JSON metadata for an image.
OpenIn sheetbashsame section
Remove an image
Delete a local image.
OpenIn sheetbashsame section