singularity-remote-login - Man Page
Log into a singularity remote endpoint, an OCI/Docker registry or a keyserver using credentials
Synopsis
singularity remote login [login options...]
Description
The 'remote login' command allows you to set credentials for a specific endpoint,
an OCI/Docker registry or a keyserver. This command can produce a link directing you to
the token service you can use to generate a valid token. If no endpoint or registry is
specified, it will try the default remote endpoint (SylabsCloud).
Options
-h, --help[=false] help for login
-i, --insecure[=false] allow insecure login
-p, --password="" password to authenticate with
--password-stdin[=false] take password from standard input
--tokenfile="" path to the file holding token
-u, --username="" username to authenticate with (leave it empty for token authentication)
Example
To log in to an endpoint: $ singularity remote login SylabsCloud To login in to a docker/OCI registry: $ singularity remote login --username foo --password bar docker://docker.io
See Also
History
27-Jan-2021 Auto generated by spf13/cobra