Unset lxc.devttydir for userns CentOS

Without this, the container entirely fails to start. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 1ecee40b
......@@ -4,7 +4,7 @@ lxc.cgroup.devices.deny =
lxc.cgroup.devices.allow =
# We can't move bind-mounts, so don't use /dev/lxc/
# lxc.devttydir =
lxc.devttydir =
# Extra bind-mounts for userns
lxc.mount.entry = /dev/console dev/console none bind,create=file 0 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment