Scroll to navigation

singularity(1) singularity(1)

NAME

singularity-remote - Manage singularity remote endpoints, keyservers and OCI/Docker registry credentials

SYNOPSIS

singularity remote [remote options...]

DESCRIPTION

The 'remote' command allows you to manage Singularity remote endpoints,
standalone keyservers and OCI/Docker registry credentials through its
subcommands.

A 'remote endpoint' is the Sylabs Cloud, a Singularity Enterprise installation,
or a compatible group of services. The remote endpoint is a single address,
e.g. 'cloud.sylabs.io' through which linked library, builder and keystore
sevices will be automatically discovered.

To configure a remote endpoint you must 'remote add' it. You can 'remote login' if
you will be performing actions needing authentication. Switch between
configured remote endpoints with the 'remote use' command. The active remote
endpoint will be used for remote builds, key operations, and 'library://' pull
and push. You can also 'remote logout' from and 'remote remove' an endpoint that
is no longer required.

To configure credentials for OCI registries that should be used when pulling or
pushing from/to 'docker://'' or 'oras://' URIs, use the 'remote login' command
only. You do not have to 'remote add' OCI registries. To remove credentials
'remote logout' with the same URI. You do not need to 'remote remove' OCI
credentials.

The remote configuration is stored in $HOME/.singularity/remotes.yaml by default.

OPTIONS

-c, --config="/home/abuild/.singularity/remote.yaml" path to the file holding remote endpoint configurations

-h, --help[=false] help for remote

EXAMPLE


All group commands have their own help output:
$ singularity help remote list
$ singularity remote list

SEE ALSO

singularity(1), singularity-remote-add(1), singularity-remote-add-keyserver(1), singularity-remote-list(1), singularity-remote-login(1), singularity-remote-logout(1), singularity-remote-remove(1), singularity-remote-remove-keyserver(1), singularity-remote-status(1), singularity-remote-use(1)

HISTORY

26-Feb-2024 Auto generated by spf13/cobra

Feb 2024 Auto generated by spf13/cobra