forked from pool/apptainer
and the README
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=3
This commit is contained in:
10
README.SUSE
10
README.SUSE
@@ -3,20 +3,20 @@ openSUSE/SUSE specific Settings
|
||||
|
||||
openSUSE and SUSE have a small difference with upstream default.
|
||||
This means the SUID root binaries distributed by singularty are
|
||||
executable only by users belonging to the group 'singularity'.
|
||||
executable only by users belonging to the group 'apptainer'.
|
||||
|
||||
Otherwise, users will get an error message like this one:
|
||||
|
||||
FATAL: while executing /usr/lib/singularity/bin/starter-suid: permission denied
|
||||
FATAL: while executing /usr/lib/apptainer/bin/starter-suid: permission denied
|
||||
|
||||
To add a user to the group singularity, execute (as root):
|
||||
To add a user to the group apptainer, execute (as root):
|
||||
|
||||
# usermod -a -G singularity <user_login>
|
||||
# usermod -a -G apptainer <user_login>
|
||||
|
||||
Create Singularity Images from openSUSE/SLE
|
||||
===========================================
|
||||
|
||||
To create openSUSE/SLE singularity images from scratch a number
|
||||
To create openSUSE/SLE apptainer images from scratch a number
|
||||
of bootdef variables need to be specified:
|
||||
|
||||
1. Create a bootdef file (for instance 'sle.def'), add
|
||||
|
Reference in New Issue
Block a user