<div dir="ltr">So I attempted to follow Stephane's instructions here:<br><a href="https://www.stgraber.org/2013/12/21/lxc-1-0-advanced-container-usage/">https://www.stgraber.org/2013/12/21/lxc-1-0-advanced-container-usage/</a><br>
<br>In order to create some nested containers.<br><br>It is important to note that Stephane's blog does not indicate actually starting a nested container, but only creating it.<br><br>Also, I can create containers with and without using the apparmor configuration option that he specified as being necessary.<br>
<br><a href="https://gist.github.com/nelsnelson/10174120">https://gist.github.com/nelsnelson/10174120</a><br><br>However, as you can see in the gist, I still get this error when trying to start the inner container with and without the apparmor option set:<br>
<br>    lxc-start: cgroupfs failed to detect cgroup metadata<br>    lxc-start: failed initializing cgroup support<br>    lxc-start: failed to spawn 'inner'<br><br>Again, just to be clear:<br><br>    $ uname -sr<br>
    Linux 3.12.15<br>    $ cat /etc/os-release<br>    PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"<br>    $ aptitude search apparmor<br>    i A libapparmor1                       - changehat AppArmor library<br>    $ lxc-info --version<br>
    1.0.2              <br><br>And my lxc has been compiled with apparmor enabled.<br><br>Thanks,<br>-Nels</div>