LinuxCommandLibrary

crane-auth

manage container registry authentication

TLDR

Login to a registry

$ crane auth login [registry] -u [username] -p [password]
copy
Get authentication token
$ crane auth token [image]
copy
Logout from registry
$ crane auth logout [registry]
copy

SYNOPSIS

crane auth subcommand [options]

DESCRIPTION

crane auth manages authentication for container registries. It stores credentials and retrieves authentication tokens for registry operations.

PARAMETERS

-u, --username user

Username for authentication.
-p, --password pass
Password for authentication.
--password-stdin
Read password from stdin.

SUBCOMMANDS

login

Authenticate with a registry.
logout
Remove credentials for a registry.
token
Get authentication token for an image.
get
Get credentials for a registry.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community