Can someone point me towards the lxc 3 config I need to use to run docker inside my lxc container?
Most of my searches have lead me to configs for lxc 2 and that doesn’t seem to work including
security.nesting = true
security.privileged = true
At the moment I get this error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:415: setting cgroup config for procHooks process caused \\\"failed to write \\\\\\\"c 10:200 rwm\\\\\\\" to \\\\\\\"/sys/fs/cgroup/devices/docker/7613dee59979f2402083e0125f30ed16d3cff37022d8c37c2490cc19adee1c19/devices.allow\\\\\\\": write /sys/fs/cgroup/devices/docker/7613dee59979f2402083e0125f30ed16d3cff37022d8c37c2490cc19adee1c19/devices.allow: operation not permitted\\\"\"": unknown.
ERRO[0000] error waiting for container: context canceled
EDIT:
I am running Fedora 32 as host OS