Re: Mesos fetcher in dockerized slave

2015-12-17 Thread tommy xiao
docker in docker mode? 2015-12-17 19:08 GMT+08:00 Marica Antonacci : > Dear all, > > I'm testing the URIs fetching mechanism for both Marathon applications and > Chronos jobs and I have found that if the slave is running inside a docker > container (using

Re: Mesos fetcher in dockerized slave

2015-12-17 Thread Marica Antonacci
No, using the socket: -v /var/run/docker.sock:/var/run/docker.sock Il giorno 17/dic/2015, alle ore 18:07, tommy xiao ha scritto: > docker in docker mode? > > 2015-12-17 19:08 GMT+08:00 Marica Antonacci : > Dear all, > > I'm testing the URIs

Re: Mesos fetcher in dockerized slave

2015-12-17 Thread tommy xiao
Hi Marica, Could you please give a sample marathon json, i can test it asap. 2015-12-18 5:11 GMT+08:00 Marica Antonacci : > No, using the socket: > > -v /var/run/docker.sock:/var/run/docker.sock > > > Il giorno 17/dic/2015, alle ore 18:07, tommy xiao

Mesos fetcher in dockerized slave

2015-12-17 Thread Marica Antonacci
Dear all, I'm testing the URIs fetching mechanism for both Marathon applications and Chronos jobs and I have found that if the slave is running inside a docker container (using docker_mesos_image startup flag) and you submit the deployment of a dockerized application or job the fetcher step is

Re: Role-related configuration in Mesos

2015-12-17 Thread Adam Bordelon
First off, if we're going to have a /reservations endpoint, we should follow the same PUT+DELETE pattern for reserve+unreserve, instead of POST+PUT. And we should consider converting /create and /destroy to PUT+DELETE verbs on a /volumes endpoint. Secondly, we're going to have to support the