community man page

apptainer-config

GNU

Manage various Apptainer configurations.

8 examples·source: tldr · CC-BY·status: verified
Reading is open to everyone. Suggesting a flag, fixing an example or adding a recipe is opening to verified-email accounts soon — every change is moderated before it goes live.
curl https://curlhub.sh/man/apptainer-config
same page, in your terminal

Examples

Add a fakeroot user mapping GNU

sudo apptainer config fakeroot [-a|--add] username

Remove a fakeroot user mapping GNU

sudo apptainer config fakeroot [-r|--remove] username

Enable a fakeroot user mapping GNU

sudo apptainer config fakeroot [-e|--enable] username

Disable a fakeroot user mapping GNU

sudo apptainer config fakeroot [-d|--disable] username

Get the current value of a global configuration directive GNU

sudo apptainer config global [-g|--get] directive

Set a global configuration directive value GNU

sudo apptainer config global [-s|--set] directive value

Unset a global configuration directive value GNU

sudo apptainer config global [-u|--unset] directive value

Reset a global configuration directive to its default value GNU

sudo apptainer config global [-r|--reset] directive