1apptainer(1)                                                      apptainer(1)
2
3
4

NAME

6       apptainer-remote-login  -  Login  to  an  Apptainer remote endpoint, an
7       OCI/Docker registry or a keyserver using credentials
8
9
10

SYNOPSIS

12       apptainer 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.
20
21
22       If  no endpoint or registry is specified, the command will login to the
23       currently
24         active remote endpoint.
25
26
27

OPTIONS

29       -h, --help[=false]      help for login
30
31
32       -i, --insecure[=false]      allow insecure login
33
34
35       -p, --password=""      password / token to authenticate with
36
37
38       --password-stdin[=false]      take password from standard input
39
40
41       --tokenfile=""      path to the file holding auth token for login  (re‐
42       mote endpoints only)
43
44
45       -u,  --username=""       username  to  authenticate  with (required for
46       Docker/OCI registry login)
47
48
49

EXAMPLE

51                To log in to an endpoint:
52                $ apptainer remote login
53
54                To login in to a docker/OCI registry:
55                $ apptainer remote login --username foo docker://docker.io
56                $ apptainer remote login --username foo oras://myregistry.example.com
57
58                Note that many cloud OCI registries use token based authentication. The token
59                should be specified as the password for login. A username is still required. E.g.
60                when using a standard Azure identity and token to login to an ACR registry the
61                username '00000000-0000-0000-0000-000000000000' is required. Consult your provider
62                documentation for detail of their login requirements.
63
64
65
66

SEE ALSO

68       apptainer-remote(1)
69
70
71

HISTORY

73       22-Jun-2022 Auto generated by spf13/cobra
74
75
76
77Auto generated by spf13/cobra      Jun 2022                       apptainer(1)
Impressum