Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apple/container/llms.txt

Use this file to discover all available pages before exploring further.

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