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
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/
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
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
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)