Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • After the above change, you can start using the image and , installing rpms or do other customization, such as

singularity shell /tmp/squashfs-root

singularity exec -w --no-home /tmp/squashfs-root yum install git

  • When you are done, you can create a squashfs image, which can be use by Singularity

cd /tmp/squashfs-root; mksquashfs . /tmp/my-container.img

singularity shell /tmp/my-container.img

Note that this image can also be used by Shifter at NERSC. But one need to ask NERSC to load the image to their image pool.

 

 

 

Step-by-step guide

 

Info

...