I'm using Marathon and Mesos to deploy/run some docker services (mongodb, elasticsearch, etc.) all with constraint to run on same node.
When I submit one by one with some time interval the result was successful but when I post all apps at once the docker services stop immediately after some pull...I suppose that the problem is around overhead of docker pull but I can't found any about it.
The node environment:
- Marathon: 0.13.0
- Mesos: 0.26.0
- Docker: 1.7.1 storage: aufs
- OS: CentOS 6.7 kernel: 3.19.3 with aufs support