Re: [lxc-devel] Why pivot_root()?

2011-04-25 Thread Ludovic Guégan
Hi Rob, It was discussed here: http://www.redhat.com/archives/libvir-list/2009-April/msg00116.html Ludo On Sun, Apr 24, 2011 at 6:46 AM, Rob Landley wrote: > I'm reading through the LXC code and for some reason it's using > pivot_root() instead of chroot(). Is there a reason for this? (We ne

Re: [lxc-devel] lxc on android?

2011-02-11 Thread Ludovic Guégan
Fri, Feb 11, 2011 at 5:40 PM, Daniel Lezcano wrote: > On 02/11/2011 06:21 AM, Ludovic Guégan wrote: >> >> Hi all, >> >> First, thanks! >> >> I am looking for a way to have a lxc container running inside an Android >> device. >> So far my

[lxc-devel] lxc on android?

2011-02-10 Thread Ludovic Guégan
Hi all, First, thanks! I am looking for a way to have a lxc container running inside an Android device. So far my goal is to isolate a process as a proof of concept. Android use the bionic lic and not the gnu libc. Do you have feed-back regarding the difficulties/challenges i can face during thi