Apptainer: Difference between revisions

Jump to navigation Jump to search
Line 289: Line 289:
'''NOTE:''' Please note and heed the advice concerning building images/overlays given '''[[#Building_Images.2FOverlays|earlier on this page]]'''.
'''NOTE:''' Please note and heed the advice concerning building images/overlays given '''[[#Building_Images.2FOverlays|earlier on this page]]'''.


'''NOTE:''' Below only discusses creating a simple/basic compressed, read-only <code>SIF</code> file container image. See the [https://apptainer.org/docs Apptainer documentation] for more advanced aspects of building images.
To build an Apptainer SIF file image from Docker's latest available busybox image, use the <code>apptainer build</code> command:
<source lang="console">$ apptainer build bb.sif docker://busybox</source>


To build an Apptainer SIF file image, use the <code>apptainer build</code> command:
See the [https://apptainer.org/docs Apptainer documentation] for more advanced aspects of building images.
<source lang="console">$ apptainer build bb.sif docker://busybox</source>


==Building a Sandbox Image==
==Building a Sandbox Image==
cc_staff
156

edits

Navigation menu