-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Reto Gantenbein edited this page Feb 1, 2020
·
1 revision
Welcome to the copr-lxc3 wiki!
# Configure the kernel
grubby --args="user_namespace.enable=1" --update-kernel="$(grubby --default-kernel)"
grubby --args="namespace.unpriv_enable=1" --update-kernel="$(grubby --default-kernel)"
echo "user.max_user_namespaces=3883" > /etc/sysctl.d/99-userns.conf