apptainer-remote-add - Man Page

Add a new apptainer remote endpoint

Synopsis

apptainer remote add [add options...]  

Description

The 'remote add' command allows you to add a new remote endpoint to be
 be used for apptainer remote services. Authentication with a newly created
 endpoint will occur automatically.

Options

-g, --global[=false] edit the list of globally configured remote endpoints

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

-i, --insecure[=false] allow connection to an insecure http remote.

-n, --no-default[=false] do not designate the newly-added remote endpoint as the default

--no-login[=false] skip automatic login step

--tokenfile="" path to the file holding auth token for login (remote endpoints only)

Example

  $ apptainer remote add ExampleCloud cloud.example.com

See Also

apptainer-remote(1)

History

13-Mar-2024 Auto generated by spf13/cobra

Referenced By

apptainer-remote(1).

Mar 2024 Auto generated by spf13/cobra