Re: [lxc-devel] RFC: Device Namespaces

2013-08-26 Thread Michael J Coss
On 8/22/2013 1:43 PM, Oren Laadan wrote: > > Hi everyone! > > We [1] have been working on bringing lightweight virtualization to > Linux-based mobile devices like Android (or other Linux-based devices > with diverse I/O) and want to share our solution: device namespaces. > > Imagine you could run

Re: [lxc-devel] [PATCH] lxc-alpine: create /dev/zero

2013-08-26 Thread Serge Hallyn
Quoting Natanael Copa (nc...@alpinelinux.org): > Signed-off-by: Natanael Copa Acked-by: Serge E. Hallyn > --- > templates/lxc-alpine.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in > index ce7226f..2ab10bb 100644 > --- a/templates/

[lxc-devel] [PATCH] lxc-alpine: create /dev/zero

2013-08-26 Thread Natanael Copa
Signed-off-by: Natanael Copa --- templates/lxc-alpine.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index ce7226f..2ab10bb 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -126,6 +126,7 @@ EOF echo "Setting up de

Re: [lxc-devel] LXC_DIRECTORY remounted read-only

2013-08-26 Thread Serge Hallyn
Quoting Harald Dunkel (ha...@afaics.de): > Hi folks, > > seems that on the exit of the last container the > partition providing the ${LXC_DIRECTORY} is remounted > read-only, ignoring /etc/fstab or other users working > on /export. (/var/lib/lxc is a symlink pointing to > /export/lxc.) > > It wou

Re: [lxc-devel] RFC: Device Namespaces

2013-08-26 Thread Oren Laadan
Hi Serge, On Thu, Aug 22, 2013 at 2:21 PM, Serge Hallyn wrote: > Quoting Oren Laadan (or...@cellrox.com): > > Hi everyone! > > > > We [1] have been working on bringing lightweight virtualization to > > Linux-based mobile devices like Android (or other Linux-based devices > with > > diverse I/O)