docker registry ls

Description

List registry images

This command is only available on Docker Enterprise Edition.

Learn more about Docker Enterprise products.

This command is experimental on the Docker client.

It should not be used in production environments.

To enable experimental features in the Docker CLI, edit the config.json and set experimental to enabled. You can go here for more information.

Usage

docker registry ls REPOSITORY[:TAG] [OPTIONS]

Options

Name, shorthand Default Description
--digests Show digests
--format Pretty-print output using a Go template
--quiet , -q Only display image names
--verbose Display verbose image information

Parent command

Command Description
docker registry Manage Docker registries
Command Description
docker registry events List registry events (DTR Only)
docker registry history Inspect registry image history (DTR Only)
docker registry info Display information about a registry (DTR Only)
docker registry inspect Inspect registry image
docker registry joblogs List registry job logs (DTR Only)
docker registry jobs List registry jobs (DTR Only)
docker registry ls List registry images
docker registry rmi Remove a registry image (DTR Only)