apptainer(1) apptainer(1) (NAME) apptainer-run-help - (SYNOPSIS) apptainer run-help (DESCRIPTION) '%help' (definition file) . 'apps--' '%apphelp' . (OPTIONS) --app="" -h, --help[=false] run-help (EXAMPLE) $ cat my_container.def Bootstrap: docker From: busybox %help Some help for this container %apphelp foo Some help for application 'foo' in this container $ sudo apptainer build my_container.sif my_container.def Using container recipe deffile: my_container.def [...snip...] Cleaning up... $ apptainer run-help my_container.sif Some help for this container $ apptainer run-help --app foo my_container.sif Some help for application in this container (SEE ALSO) apptainer(1) (HISTORY) 30-Jul-2026 spf13/cobra Auto generated by spf13/cobra Jul 2026 apptainer(1)