podman login
all
Log in to a container registry. Note: The default authfile path on Linux is `$XDG_RUNTIME_DIR/containers/auth.json`, which is usually stored in a `tmpfs` (in RAM).
More info →Examples (3)
Log in to a registry (non-persistent on Linux; persistent on Windows/macOS)
podman login registry.example.orgLog in to a registry persistently on Linux
podman login --authfile $HOME/.config/containers/auth.json registry.example.orgLog in to an insecure (HTTP) registry
podman login --tls-verify false registry.example.orgmade by @shridhargupta | data from tldr-pages