Hacker News new | ask | show | jobs
by senex 4093 days ago
There are frameworks that run on Mesos capable of running Docker containers. Check out Singularity, for example.
1 comments

AFAIK, the Docker capability is largely due to Mesos. Frameworks need the ability to specify a container type so that they can specify that a Docker container can run. But running a Docker container is the responsibility of Mesos. So Marathon and Chronos, both frameworks, are able to specify a job which uses a Docker container, while Mesos is able to run the job which uses a Docker container.