Re: mesos docker vs native container

2016-04-26 Thread Avinash Sridharan
Docker does use bridged networking by default, but it uses linux bridges to perform the bridging, there is no docker-proxy process. The problem with docker bridge network is that the address space of the container spawned on the docker bridge are different than the host network, so you need to perf

Re: mesos docker vs native container

2016-04-26 Thread Jeff Schroeder
I think you might be a bit confused now this all works. Docker by default uses bridged networking, which by default spins up a little crappy docker-proxy process for every port. You can disable docker-proxy and instead use hairpin routing mode if you have a modern kernel. However, I'm almost certai

Re: mesos docker vs native container

2016-04-26 Thread vincent gromakowski
Question is more related to mesos. I am thinking of using docker instead of native (LXC?) containers but I suspect network performance decrease which is important on big data workloads. Can you explain why its not secured In host mode ? Le 26 avr. 2016 7:51 PM, "Avinash Sridharan" a écrit : > H

Re: mesos docker vs native container

2016-04-26 Thread Avinash Sridharan
Hi Vincent, What do you mean by native container through Docker? Can you clarify your question a bit. Also if it's a DC/OS specific question you might want to post at us...@dcos.io . Thanks, Avinash On Tue, Apr 26, 2016 at 10:41 AM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: >

Re: mesos docker vs native container

2016-04-26 Thread Steven Schlansker
> On Apr 25, 2016, at 12:37 AM, vincent gromakowski > wrote: > > I am very interesting in getting some feedback of people who has moved from > native container through Docker specially from network performance > perspective. > DCOS has been open sourced and I like all automation it brings wit

Re: mesos docker vs native container

2016-04-26 Thread vincent gromakowski
Nobody experienced docker vs native container performance ? Le 25 avr. 2016 9:37 AM, "vincent gromakowski" < vincent.gromakow...@gmail.com> a écrit : > I am very interesting in getting some feedback of people who has moved > from native container through Docker specially from network performance >

mesos docker vs native container

2016-04-25 Thread vincent gromakowski
I am very interesting in getting some feedback of people who has moved from native container through Docker specially from network performance perspective. DCOS has been open sourced and I like all automation it brings with frameworks but it seems everything is running in docker ? I am looking for