apptainer(1) apptainer(1) (NAME) apptainer-registry-login - OCI/Docker (SYNOPSIS) apptainer registry login [login options...] (DESCRIPTION) 'registry login' OCI/Docker . (OPTIONS) --authfile="" / OCI -h, --help[=false] login -p, --password="" / --password-stdin[=false] -u, --username="" ( Docker/OCI ) (EXAMPLE) To login in to a docker/OCI registry: $ apptainer registry login --username foo docker://docker.io $ apptainer registry login --username foo oras://myregistry.example.com Note that many cloud OCI registries use token-based authentication. The token should be specified as the password for login. A username is still required. E.g. when using a standard Azure identity and token to login to an ACR registry, the username '00000000-0000-0000-0000-000000000000' is required. Consult your provider's documentation for details concerning their specific login requirements. (SEE ALSO) apptainer-registry(1) (HISTORY) 30-Jul-2026 spf13/cobra Auto generated by spf13/cobra Jul 2026 apptainer(1)