apptainer-remote-add - Add a new apptainer remote endpoint
apptainer remote add [add options...]
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.
-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. |
||
--no-login[=false] |
skip automatic login step |
||
--tokenfile="" |
path to the file holding auth token for login (remote endpoints only) |
$ apptainer remote add ExampleCloud cloud.example.com
29-Mar-2023 Auto generated by spf13/cobra