List image registry logins.
Usage
container registry list [--format <format>] [--quiet] [--debug]
Options
Format of the output. One of: json, table
Only output the image registry name
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