Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark, and other frameworks on a dynamically shared pool of nodes.
This repository is image pre-build using https://github.com/deric/mesos-deb-packaging.git
create a mesos master:
docker run --net=host -dt capes/mesos mesos-master [options]
create a mesos slave with docker support:
docker run -d --net=host -v /var/run/docker.sock:/var/run/docker.sock
-v /var/run:/var/run -v /sys/fs/cgroup:/sys/fs/cgroup
-v /var/lib/docker:/var/lib/docker -t capes/mesos mesos-slave [options]
Apache Mesos is licensed under the Apache License, Version 2.0.
For additional information, see the LICENSE and NOTICE files.
If you want to contribute to this picture or suggestions, use the github issues to report.
Content type
Image
Digest
sha256:244780d08…
Size
367 MB
Last updated
almost 11 years ago
docker pull capes/mesos