From mboxrd@z Thu Jan 1 00:00:00 1970 From: mkatiyar@gmail.com (Manish Katiyar) Date: Wed, 29 Jul 2015 11:50:38 -0700 Subject: Kernel development using linux containers (LXC ) ? Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I've been playing and reading about control groups and linux containers recently and was wondering if there are any existing recipes on how to setup a kernel environment in containers. Google hasn't been helpful so far (or maybe I'm not searching properly). I've used VMs for dev in past (Qemu, uml etc.), but looks like it may be interesting to have it in containers. Given that they share they same OS image as host, I'm not sure if its possible without making the host OS crash. Any suggestions. Thanks - Manish