mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 20:49:15 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/apptainer-run-help
Normal file
22
tldr/linux/apptainer-run-help
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# apptainer run-help
|
||||
|
||||
> Display user-defined help for an Apptainer container image.
|
||||
> Help text is defined in the `%help` section of the container's definition file.
|
||||
> More information: <https://apptainer.org/docs/user/main/cli/apptainer_run-help.html>.
|
||||
|
||||
- Display help for a container:
|
||||
|
||||
`apptainer run-help {{path/to/image.sif}}`
|
||||
|
||||
- Display help for a specific app within a container:
|
||||
|
||||
`apptainer run-help --app {{app_name}} {{path/to/image.sif}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`apptainer run-help {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user