DeiC-HPC / cotainr

cotainr - a user space Apptainer/Singularity container builder.
European Union Public License 1.2
17 stars 3 forks source link

Test and docs of --no-umask for singularity exec #36

Closed Chroxvi closed 1 year ago

Chroxvi commented 1 year ago

This is a follow-up to #26 which adds a unittest and some documentation of the umask problem solved in #26.

Chroxvi commented 1 year ago

Maybe add small text or link to add files into the container and how to change the premissions. I do think that some users will go "errrrr???!!!????"""????!!".

True!

Currently, we don't offer a CLI option for manually adding files to the container. The note about manually having to add files and change permissions is really only aimed at power users who use the cotainr Python API directly. Hopefully, those users already know what they are doing...