Re: [lxc-users] Running docker inside unprivileged LXC containers

2015-06-26 Thread Serge Hallyn
Quoting Yonsy Solis (yonsy@gmail.com): > > > On mié, jun 10, 2015 at 9:17 AM, Akshay Karle > wrote: > >Hello, > > > >I'm currently working on a project that requires to run docker > >containers inside unprivileged LXC containers. > > >Has anyone had any success in doing this? Any ideas if t

[lxc-users] ntpdate errors in vivid container

2015-06-26 Thread Joe McDonald
host is Ubuntu 14.04.2 LTS container is Ubuntu 15.04 (vivid) lxc is 1.1.2 using bridging for networking. container /etc/network/interfaces looks like: auto lo iface lo inet loopback auto eth0 iface eth0 inet static bringing it up, everything works fine, but there is a 2 minute delay in the bootu

Re: [lxc-users] LXC - Best way to avoid networking changes in a container

2015-06-26 Thread Benoit GEORGELIN - Association Web4all
thanks for the link. I will consider this option too. This should be an interesting configuration. I'm surprise there isn't many talks about it . Cordialement, - Mail original - De: "gustavo panizzo (gfa)" À: "lxc-users" , "Benoit GEORGELIN - Association Web4all" Envoyé: Vendredi 2

Re: [lxc-users] LXC - Best way to avoid networking changes in a container

2015-06-26 Thread gustavo panizzo (gfa)
you can configure openvswitch to drop the pkts if the mac address and/or ip does not match. or you can use an SDN controller which will do it for you http://openvswitch.org/pipermail/discuss/2011-May/005112.html for an example how to do it manually On June 26, 2015 11:59:04 AM GMT+08:00, Benoit

Re: [lxc-users] LXC - Best way to avoid networking changes in a container

2015-06-26 Thread Benoit GEORGELIN - Association Web4all
Hi Fajar, If the container have this setting lxc.network.type = veth lxc.network.flags = up lxc.network.hwaddr = 00:16:3e:2e:51:17 lxc.network.veth.pair = veth-cont1-0 lxc.network.ipv4 = 209.126.100.172/32 lxc.network.ipv4.gateway = 10.0.0.1 And the root user in the container change the

Re: [lxc-users] LXD Openstack

2015-06-26 Thread gustavo panizzo (gfa)
ohh sorry, i mean to reply to another thread, too much multitasking On June 26, 2015 8:14:13 PM GMT+08:00, Frederico Araujo wrote: >Sorry, but can you elaborate on how this is related to the >problem/error >message I described? >It doesn't look like a networking problem to me, but something rela

Re: [lxc-users] overlayfs: "failed to whiteout" and "Operation not permitted"

2015-06-26 Thread Serge Hallyn
Quoting Ingvar Bogdahn (ingvar.bogd...@googlemail.com): > Hi, > > i'm running into problems with clones using overlayfs. I'm working > with unprivileged containers only under ubuntu 14.04 trusty, with > lxc version 1.0.7. > The mother container is an ubuntu, trusty, amd64, directory-based > contai

[lxc-users] Highlights about veth interfaces and namespaces in LXC

2015-06-26 Thread azoth
Hello, we are two students currently working on LXC and more precisely on the networking aspect. At this moment we are trying to understand how the virtual interfaces work, how they are created and removed. For now, we are focused on the part where the two veth interfaces are linked after t

Re: [lxc-users] LXD Openstack

2015-06-26 Thread Frederico Araujo
Sorry, but can you elaborate on how this is related to the problem/error message I described? It doesn't look like a networking problem to me, but something related to glance/nova using n-c-lxd... On Fri, Jun 26, 2015 at 3:00 AM, gustavo panizzo (gfa) wrote: > you can configure openvswitch to

Re: [lxc-users] "overlayfs: missing upperdir or lowerdir or workdir." Can it be ignored?

2015-06-26 Thread KATOH Yasufumi
Hi, >>> On Wed, 24 Jun 2015 13:39:43 +0200 in message "[lxc-users] "overlayfs: missing upperdir or lowerdir or workdir." Can it be ignored?" Ingvar Bogdahn-san wrote: > Hi again, > I'm having another problem with overlayfs and unprivileged lxc containers. > When cl

Re: [lxc-users] LXD Openstack

2015-06-26 Thread gustavo panizzo (gfa)
you can configure openvswitch to drop the pkts if the mac address and/or ip does not match. or you can use an SDN controller which will do it for you http://openvswitch.org/pipermail/discuss/2011-May/005112.html for an example how to do it manually On 2015-06-26 06:12, Frederico Araujo wrote: >