Skip to main content
List image registry logins.

Usage

container registry list [--format <format>] [--quiet] [--debug]

Options

--format
string
default:"table"
Format of the output. One of: json, table
-q, --quiet
boolean
Only output the image registry name
--debug
boolean
Enable debug mode

Examples

# list all registry logins in table format
container registry list

# list registry names only
container registry list --quiet

# output registry logins as JSON
container registry list --format json

Build docs developers (and LLMs) love