Re: Docker image for fast e2e test with Mesos

2018-02-11 Thread Gabriel Hartmann
mini-mesos being so far behind is too bad. If it had a more modern version of Mesos working it would be useful. It's killer features as far as I'm concerned are the inclusion of mesos-dns and Marathon in that order. Having mesos-dns in this docker image would be valuable. On Sun, Feb 11, 2018

Re: Docker image for fast e2e test with Mesos

2018-02-11 Thread Jie Yu
Thanks for the pointer. Yes, I am aware of https://www.minimesos.org, which uses a vagrant like workflow (the last release was 11 months ago). My goal is to have a single docker image that contains all the components, so that running the entire stack will be just a single `docker run`. Another

Re: Docker image for fast e2e test with Mesos

2018-02-11 Thread Craig Wickesser
Might be worth checking out mini-mesos as well https://www.minimesos.org On Sun, Feb 11, 2018 at 7:05 PM Jie Yu wrote: > Hi, > > When we were developing a framework with Mesos, we realized that it'll be > great to have a Docker image that allows framework developers to