Unprivileged LXC
Has anyone succeeded in running unprivileged LXC on Fedora? Privileged (normal) containers are working fine, but I would like to run unprivileged containers. It seems that prerequisites [1] are satisfied (except maybe "Per-user cgroups on all controllers"), but still I cannot start a newly created container (Fedora 24 Beta):
$ lxc-start -n centos6 -F
lxc-start: cgfsng.c: all_controllers_found: 431 no systemd controller mountpoint found
lxc-start: start.c: lxc_spawn: 1079 failed initializing cgroup support
lxc-start: start.c: __lxc_start: 1329 failed to spawn 'centos6'
lxc-start: lxc_start.c: main: 344 The container failed to start
Maybe I'm missing something, like lxcfs or cgmanager which are present in Ubuntu where unprivileged LXC is possible. Is there any other approach to achieve the same in Fedora?
Have the same problem. A lot of issues around cgroups.
Is there any relevant bug tracker of this issue at RH bugzilla?