cc_staff
156
edits
No edit summary |
|||
Line 149: | Line 149: | ||
as well as the [http://apptainer.org/docs/user/main/index.html official Apptainer documentation]. | as well as the [http://apptainer.org/docs/user/main/index.html official Apptainer documentation]. | ||
<hr> | |||
====Interactively Running Software: <code>apptainer shell</code>==== | ====Interactively Running Software: <code>apptainer shell</code>==== | ||
Line 176: | Line 178: | ||
'''IMPORTANT:''' In addition to choose to use the above options, if you are making use of a persistent overlay image (as a separate file or contained within the SIF file) and want changes to be written to that image, it is extremely important to pass the <code>-w</code> or <code>--writable</code> option to your container. If this option is not passed to it, any changes you make to the image in the <code>apptainer shell</code> session will not be saved! | '''IMPORTANT:''' In addition to choose to use the above options, if you are making use of a persistent overlay image (as a separate file or contained within the SIF file) and want changes to be written to that image, it is extremely important to pass the <code>-w</code> or <code>--writable</code> option to your container. If this option is not passed to it, any changes you make to the image in the <code>apptainer shell</code> session will not be saved! | ||
<hr> | |||
====Running Daemons: <code>apptainer instance</code>==== | ====Running Daemons: <code>apptainer instance</code>==== |