| apptainer(1) | apptainer(1) |
نام (NAME)
singularity-run-help - نمایش بخش راهنما برای یک تصویر کانتینر
خلاصه دستور (SYNOPSIS)
apptainer run-help
توضیحات (DESCRIPTION)
متن راهنما از بخش '%help' در پرونده تعریف (definition file) استخراج میشود. در صورت استفاده از گزینه --app, متن راهنما بهجای آن از بخش '%apphelp' آن برنامه نمایش داده میشود.
گزینهها (OPTIONS)
--app="" نمایش راهنما برای یک برنامه خاص (app)
-h, --help[=false] راهنمای دستور run-help
مثالها (EXAMPLES)
$ 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)
تاریخچه (HISTORY)
30-Jul-2026 تولید خودکار توسط spf13/cobra
| Jul 2026 | Auto generated by spf13/cobra |