Answer by bmullan for Is it possible to start LXC container inside LXC...
Also... did you know you can now install ALL of Openstack into a single LXC container. Each of the Openstack "services" (nova, swift etc) are then all installed into "nested" lxc containers inside the...
View ArticleAnswer by bmullan for Is it possible to start LXC container inside LXC...
Yes you can do nested LXC containers and despite the 1st comment there are times and use-cases where Nested containers are certainly useful. See Stephane Graber's 10 part LXC blog but in particular the...
View ArticleAnswer by Lester Cheung for Is it possible to start LXC container inside LXC...
With Ubuntu 14.04 (trusty) you can simply add the following in the parent container config:lxc.mount.auto = cgrouplxc.aa_profile = lxc-container-default-with-nestingreference:...
View ArticleAnswer by Adam Eberlin for Is it possible to start LXC container inside LXC...
I'm going to dispel a few myths here.This is just a bad idea. I'm sorry. – Jacob Mar 5 at 20:30I don't see how this is a bad idea. It's really just a chroot inside a chroot. On one hand, it could...
View ArticleIs it possible to start LXC container inside LXC container?
Is it possible to start LXC container inside another LXC container?
View Article