Containerizers & Isolation

2017-09-14 Thread Thodoris Zois
Hello list, I have 4 questions, and i would be glad if someone can help.. - When someone is using the Docker Containerizer what kind of isolation can be used and how Mesos handles it? - Custom isolators can be used both for Docker Containerizer and Mesos Containerizer or only in Mesos

Re: Containerizers & Isolation

2017-09-14 Thread Jie Yu
> > - When someone is using the Docker Containerizer what kind of isolation > can be used and how Mesos handles it? It's the default isolation that Docker engine provides. You can alter some of those using ContainerInfo.DockerInfo. - Custom isolators can be used both for Docker Containerizer

Re: Containerizers & Isolation

2017-09-14 Thread Thodoris Zois
Thank you very much for your response! When talking about executors i am referring only to default executor and command executor and not the custom one. You say that there should be only one executor per container. By that you mean that you can run multiple executors under the same container