We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710e7ed commit 3f005daCopy full SHA for 3f005da
examples/apptainer.yaml
@@ -30,6 +30,9 @@ provision:
30
#!/bin/bash
31
set -eux -o pipefail
32
command -v apptainer >/dev/null 2>&1 && exit 0
33
+ # Workaround for https://github.com/apptainer/apptainer/issues/2027
34
+ echo "kernel.apparmor_restrict_unprivileged_userns = 0" >/etc/sysctl.d/99-userns.conf
35
+ sysctl --system
36
# add the "Official PPA for Apptainer"
37
add-apt-repository -y ppa:apptainer/ppa
38
apt-get update
0 commit comments