ramalama-login - Man Page
login to remote registry
Synopsis
ramalama login [options] [registry]
Description
login to remote model registry
Options
Options are specific to registry types.
--authfile=password
path of the authentication file for OCI registries
--help, -h
show this help message and exit
--password, -p=password
password for registry
--password-stdin
take the password from stdin
--tls-verify=true
require HTTPS and verify certificates when contacting OCI registries
--token=token
token to be passed to Model registry
--username, -u=username
username for registry
Examples
Login to quay.io/username oci registry
$ ramalama login -u username quay.io/username
Login to ollama registry
$ ramalama login ollama
Login to huggingface registry
$ ramalama login --token=XYZ huggingface
Logging in to Hugging Face requires the huggingface-cli tool. For installation and usage instructions, see the documentation of the Hugging Face command line interface: https://huggingface.co/docs/huggingface_hub/en/guides/cli.
See Also
History
Aug 2024, Originally compiled by Dan Walsh dwalsh@redhat.com ⟨mailto:dwalsh@redhat.com⟩