1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-remote-login  -  Log into a singularity remote endpoint, an
7       OCI/Docker registry or a keyserver using credentials
8
9
10

SYNOPSIS

12       singularity remote login [login options...]
13
14
15

DESCRIPTION

17       The 'remote login' command allows you to set credentials for a specific
18       endpoint,
19         an  OCI/Docker  registry  or  a keyserver. This command can produce a
20       link directing you to
21         the token service you can use to generate a valid token. If  no  end‐
22       point or registry is
23         specified, it will try the default remote endpoint (SylabsCloud).
24
25
26

OPTIONS

28       -h, --help[=false]      help for login
29
30
31       -i, --insecure[=false]      allow insecure login
32
33
34       -p, --password=""      password to authenticate with
35
36
37       --password-stdin[=false]      take password from standard input
38
39
40       --tokenfile=""      path to the file holding token
41
42
43       -u,  --username=""       username  to authenticate with (leave it empty
44       for token authentication)
45
46
47

EXAMPLE

49                To log in to an endpoint:
50                $ singularity remote login SylabsCloud
51
52                To login in to a docker/OCI registry:
53                $ singularity remote login --username foo --password bar docker://docker.io
54
55
56
57

SEE ALSO

59       singularity-remote(1)
60
61
62

HISTORY

64       26-May-2021 Auto generated by spf13/cobra
65
66
67
68Auto generated by spf13/cobra      May 2021                     singularity(1)
Impressum