[lxc-users] macvlan for networking is dead

2020-02-28 Thread Saint Michael
> > The only thing that still works is phys, at least in Vmware virtual > machines and the new kernel 5.0X Any idea how can we make macvlan work again? > Philip ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org

Re: [lxc-users] Unprivileged networking option?

2020-02-28 Thread Serge E. Hallyn
On Fri, Feb 28, 2020 at 08:12:17PM +0100, Christian Brauner wrote: > On February 28, 2020 8:09:45 PM GMT+01:00, "Serge E. Hallyn" > wrote: > >On Fri, Feb 28, 2020 at 02:34:25PM +0100, Ede Wolf wrote: > >> Hello, > >> > >> do we have any alternatives to classical bridging right now for >

Re: [lxc-users] Unprivileged networking option?

2020-02-28 Thread Christian Brauner
On February 28, 2020 8:09:45 PM GMT+01:00, "Serge E. Hallyn" wrote: >On Fri, Feb 28, 2020 at 02:34:25PM +0100, Ede Wolf wrote: >> Hello, >> >> do we have any alternatives to classical bridging right now for >connecting >> (to) unprivileged containers? Like macvlan or ipvlan? >> >> If so, I may

Re: [lxc-users] Unprivileged networking option?

2020-02-28 Thread Serge E. Hallyn
On Fri, Feb 28, 2020 at 02:34:25PM +0100, Ede Wolf wrote: > Hello, > > do we have any alternatives to classical bridging right now for connecting > (to) unprivileged containers? Like macvlan or ipvlan? > > If so, I may haved missed the documentation, otherwise, are there any plans > to

Re: [lxc-users] Unprivileged networking option?

2020-02-28 Thread Mike Wright
On 2/28/20 5:34 AM, Ede Wolf wrote: Hello, do we have any alternatives to classical bridging right now for connecting (to) unprivileged containers? Like macvlan or ipvlan? If so, I may haved missed the documentation, otherwise, are there any plans to incorporate those options? Or maybe

Re: [lxc-users] java11 vs memory.limit_in_bytes

2020-02-28 Thread Jäkel , Guido
Dear Harri, I don't check it yet, but is -XX:+UseContainerSupport a requirement for this?? >root@c526096eb86e:/# java -XX:MaxRAMPercentage=20.0 -XX:MinRAMPercentage=10.0 >-XX:+PrintFlagsFinal - >root@debian10:~# java -XX:MaxRAMPercentage=20.0 -XX:MinRAMPercentage=10.0 >-XX:+PrintFlagsFinal

[lxc-users] Unprivileged networking option?

2020-02-28 Thread Ede Wolf
Hello, do we have any alternatives to classical bridging right now for connecting (to) unprivileged containers? Like macvlan or ipvlan? If so, I may haved missed the documentation, otherwise, are there any plans to incorporate those options? Or maybe there are sound reasons not do at all?

[lxc-users] java11 vs memory.limit_in_bytes

2020-02-28 Thread Harald Dunkel
Hi folks, according to some notes on the net (e.g. [1]) openjdk11 is aware of the container limits for calculating default heap size and some other internal parameters. Apparently this works very well for Docker. Sample: # docker run -ti --rm --cpus 2 -m 4G debian root@c526096eb86e:/# apt