←back to thread

106 points cl3misch | 3 comments | | HN request time: 1.488s | source
1. DrNosferatu ◴[] No.44386405[source]
It is very handy in SLURM clusters and servers where you have no sudo.

Some attrition using it though: is there a good in-depth book about it?

replies(1): >>44387595 #
2. floro ◴[] No.44387595[source]
I used it on a SLURM cluster before. The documentation is done well and should be a good introduction. The only issue I had was that the cluster didn't have fakeroot or sudo, so I had to build the apptainer locally and transfer it to the server.
replies(1): >>44387637 #
3. DrNosferatu ◴[] No.44387637[source]
Exactly: in most HPC clusters / servers one has no sudo.