Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Missing doc
  • Loading branch information
muffato committed Apr 9, 2025
commit ebe6584586de18053b31c5061bb13c134183bd52
3 changes: 3 additions & 0 deletions docs/getting_started/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ variable replacement. A summary table of variables is included below, and then f
* - singularity_module
- if defined, add to module script to load this Singularity module first
- null
* - podman_module
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should podman module be here? The singularity path addition is fantastic - great for security too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I noticed it was missing from the doc and thought I'd squeeze that in :)

- if defined, add to module script to load this Podman module first
- null
* - module_name
- Format string for module commands exec,shell,run (not aliases) can include ``{{ registry }}``, ``{{ repository }}``, ``{{ tool }}`` and ``{{ version }}``
- ``'{{ tool }}'``
Expand Down