LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo pacman -S crane
copy
sudo apk add crane
copy
sudo zypper install crane
copy
brew install crane
copy
nix profile install nixpkgs#crane
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid