Registry Commands
Commands for managing container registries
registry
Section titled “registry”Aliases: r
Manage registry configurations
Usage:
container registry <subcommand>Subcommands
Section titled “Subcommands”Login to a registry
Usage:
container registry login [--username <username>] [--password-stdin] <server> [--scheme <scheme>]Options:
-u, --username <username>- Username--password-stdin- Take the password from stdin--scheme <scheme>- Scheme to use when connecting to the container registry. One of (http, https, auto) (default:auto)
logout
Section titled “logout”Log out from a registry
Usage:
container registry logout <registry> [--debug]default
Section titled “default”Manage the default image registry
Usage:
container registry default <subcommand>Subcommands
Section titled “Subcommands”Set the default registry
Usage:
container registry default set [--debug] [--scheme <scheme>] <host>Options:
--scheme <scheme>- Scheme to use when connecting to the container registry. One of (http, https, auto) (default:auto)
Aliases: clear
Unset the default registry
Usage:
container registry default unsetinspect
Section titled “inspect”Display the default registry domain
Usage:
container registry default inspect