logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

singularity-registry-login - Login to an OCI/Docker registry

Description

       The 'registry login' command allows you to login to a specific OCI/Docker
         registry.

Example

         To login in to a docker/OCI registry:
         $ singularity registry login --username foo docker://docker.io
         $ singularity 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.

History

       27-Feb-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       Feb 2025                                      singularity(1)

Name

       singularity-registry-login - Login to an OCI/Docker registry

Options

--authfile=""      Docker-style authentication file to use for writing/reading OCI registry credentials

       -h, --help[=false]      help for login

       -p, --password=""      password / token to authenticate with

       --password-stdin[=false]      take password from standard input

       -u, --username=""      username to authenticate with (required for Docker/OCI registry login)

See Also

singularity-registry(1)

Synopsis

singularityregistrylogin[loginoptions...]

See Also