Hello,
I am currently running a setup with hundreds of containers starting on the same
Linux host. Each of these containers receive a single virtual interface eth0
connected to a host interface using macvlan. These containers only use IPv4,
but by default they receive an IPv6 address as well. T
> -Original Message-
> From: Serge Hallyn [mailto:serge.hal...@ubuntu.com]
> Sent: Wednesday, July 03, 2013 3:46 PM
> To: Purcareata Bogdan-B43198
> Cc: lxc-devel@lists.sourceforge.net
> Subject: Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check
>
> -Original Message-
> From: Serge Hallyn [mailto:serge.hal...@ubuntu.com]
> Sent: Tuesday, July 02, 2013 5:27 PM
> To: Purcareata Bogdan-B43198
> Cc: lxc-devel@lists.sourceforge.net
> Subject: Re: [lxc-devel] [PATCH] tests/startone: wrong set_cgroup_item check
&
Hello,
Should lxc-ls list containers created with lxc-execute as well?
E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n
ctx1" and it will output
state: RUNNING
pid: 4063
but when issuing "lxc-ls", nothing will be printed. Is this normal? I noticed
that the co
Hello,
Should lxc-ls list containers created with lxc-execute as well?
E.g. when running "lxc-execute -n ctx1 /bin/bash", you may run "lxc-info -n
ctx1" and it will output
state: RUNNING
pid: 4063
but when issuing "lxc-ls", nothing will be printed. Is this normal? I noticed
that the co
sday, April 09, 2013 4:12 PM
> To: Purcareata Bogdan-B43198
> Cc: lxc-devel@lists.sourceforge.net
> Subject: Re: [lxc-devel] [PATCH] Enable support for chroot on busybox hosts
>
> Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com):
> > Signed-off-by: Bogdan Purcar