LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

podman-login

Authenticate with container registries

TLDR

Login to Docker Hub
$ podman login docker.io
copy
Login to specific registry
$ podman login [registry.example.com]
copy
Login with credentials
$ podman login -u [username] -p [password] [registry]
copy
Login with stdin password
$ echo [password] | podman login -u [user] --password-stdin [registry]
copy
Check which user is logged in to a registry
$ podman login --get-login [registry]
copy
Login using a TLS client certificate
$ podman login --cert-dir [/path/to/certs] [registry]
copy

SYNOPSIS

podman login [options] registry

DESCRIPTION

podman login authenticates with container registries. Credentials are stored in an auth file (default: `${XDGRUNTIMEDIR}/containers/auth.json`) for subsequent pulls and pushes. If no registry is specified, the first registry under `[registries.search]` from `registries.conf` is used.Supports Docker Hub, Quay.io, GitHub Container Registry, and private registries.

PARAMETERS

-u, --username name

Registry username.
-p, --password pass
Registry password.
--password-stdin
Read password from stdin.
--tls-verify
Require HTTPS and verify TLS certificates when contacting registries (default: true).
--authfile file
Path to the authentication file (default: `${XDGRUNTIMEDIR}/containers/auth.json`).
--cert-dir path
Use TLS certificates at path (*.crt, *.cert, *.key) to connect to the registry.
--compat-auth-file path
Write credentials to path in Docker-compatible format.
--get-login
Return the logged-in user for the registry. Returns an error if no login is found.
--secret name
Read the password from a podman secret.
-v, --verbose
Print detailed information about the credential store.

INSTALL

sudo apt install podman
copy
sudo dnf install podman
copy
sudo pacman -S podman
copy
sudo apk add podman
copy
sudo zypper install podman
copy
brew install podman
copy
nix profile install nixpkgs#podman
copy

SEE ALSO

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