Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 861 Bytes

ramalama-login.1.md

File metadata and controls

51 lines (36 loc) · 861 Bytes

% ramalama-login 1

NAME

ramalama-login - login to remote registry

SYNOPSIS

ramalama login [options]

DESCRIPTION

login to remote registry

OPTIONS

Options are specific to registry types.

--help, -h

show this help message and exit

--password, -p=password

password for registry

--password-stdin

take the password from stdin

--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 ollama

SEE ALSO

ramalama(1)

HISTORY

Aug 2024, Originally compiled by Dan Walsh [email protected]