cc_staff
156
edits
Line 94: | Line 94: | ||
===Container-Specific Help: <code>apptainer run-help</code>=== | ===Container-Specific Help: <code>apptainer run-help</code>=== | ||
Apptainer containers built from [http://apptainer.org/docs/user/main/definition_files.html Definition files] often will have a <code>%help</code> section. To see this section run: | |||
apptainer run-help your-container-name.sif | |||
where: | |||
* <code>your-container-name.sif</code> is the name of your container | |||
It is possible your container has "apps" defined in it, you can get help for those apps by running: | |||
apptainer run-help --app appname your-container-name.sif | |||
where: | |||
* <code>appname</code> is the name of the app | |||
* <code>your-container-name.sif</code> is the name of your container | |||
To see a list of apps installed in your container (if there are any), run: | |||
apptainer inspect --list-apps your-container-name.sif | |||
where: | |||
* <code>your-container-name.sif</code> is the name of your container | |||
===Running Software (Preferred): <code>apptainer run</code>=== | ===Running Software (Preferred): <code>apptainer run</code>=== |