Prevent apptainer from mounting user's home directory #2

Merged
mih merged 1 commit from nohome into main 2025-09-09 17:39:04 +00:00

1 commit

Author SHA1 Message Date
79c2ec6acf Prevent apptainer from mounting user's home directory
Disabling the mount of $HOME may, in particular, prevent clashes with
Python library files being present in user's $HOME.  This is less
restrictive than `--containall` but should be sufficient. Closes #1

https://apptainer.org/docs/user/main/bind_paths_and_mounts.html#using-no-home-and-containall-flags
2025-09-09 18:11:30 +02:00