mirror_lxc/hooks
Serge Hallyn 23622a2ac8 cgroups: don't mount under init's cgroup
1. deeper hierarchy has steep performance costs
2. init may be under /init, but containers should be under /lxc
3. in a nested container we like to bind-mount $cgroup_path/$c/$c.real
   into $cgroup_path - but task 1's cgroup is $c/$c.real, so a nested
   container would be in $c/$c.real/lxc, which would become
   /$c/$c.real/$c/$c.real/lxc when expanded
4. this pulls quite a bit of code (of mine) which is always nice

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2013-03-12 21:54:18 -05:00
..
Makefile.am include hook files in make dist 2013-02-21 17:58:16 -05:00
mountcgroups cgroups: don't mount under init's cgroup 2013-03-12 21:54:18 -05:00
mountecryptfsroot Add example hooks from Ubuntu package 2013-02-19 23:34:07 -05:00