Hello Singularity community.
I'm using Singularity hub to build my containers. However, the containers are not writable and the user can't fully use it without that. Is there anyway to make them writable?
For now, that is what we do:
sudo singularity build --writable newImage.img imageFromShub.simg
singularity shell --writable newImage.img
But depends the environment i'm in, I sometimes get this error bellow:
$ singularity shell --writable namd.img
WARNING: Non existent bind point (file) in container: '/etc/localtime'
ERROR : Base home directory does not exist within the container: /nfs
ABORT : Retval = 255
Also, it would be nice to not have the user create another image to solve this issue.
Thank you in advance.