.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-registry-login - Login to an OCI/Docker registry .SH SYNOPSIS .PP \fBapptainer registry login [login options...] \fP .SH DESCRIPTION .PP The 'registry login' command allows you to login to a specific OCI/Docker registry. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for login .PP \fB-p\fP, \fB--password\fP="" password / token to authenticate with .PP \fB--password-stdin\fP[=false] take password from standard input .PP \fB-u\fP, \fB--username\fP="" username to authenticate with (required for Docker/OCI registry login) .SH EXAMPLE .EX To login in to a docker/OCI registry: $ apptainer registry login --username foo docker://docker.io $ apptainer 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. .EE .SH SEE ALSO .PP \fBapptainer-registry(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra