singularity remote login
Login to a singularity remote endpoint, an OCI/Docker registry or a keyserver using credentials
Synopsis
The ‘remote login’ command allows you to set credentials for a specific endpoint, an OCI/Docker registry or a keyserver.
If no endpoint or registry is specified, the command will login to the currently active remote endpoint. This is cloud.sylabs.io by default.
singularity remote login [login options...] <remote_name|registry_uri>
Examples
To log in to an endpoint:
$ singularity remote login SylabsCloud
To login in to a docker/OCI registry:
$ singularity remote login --username foo docker://docker.io
$ singularity remote 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
documentation for detail of their login requirements.
Options
-h, --help help for login
-i, --insecure allow insecure login
-p, --password string password / token to authenticate with
--password-stdin take password from standard input
--tokenfile string path to the file holding auth token for login (remote endpoints only)
-u, --username string username to authenticate with (required for Docker/OCI registry login)
SEE ALSO
singularity remote - Manage singularity remote endpoints, keyservers and OCI/Docker registry credentials
Auto generated by spf13/cobra on 27-Jan-2023