An open API service indexing awesome lists of open source software.

https://github.com/tobilg/docker-mesos

A Docker image with the Mesos installation from the latest branch (currently 0.25.0)
https://github.com/tobilg/docker-mesos

Last synced: 8 months ago
JSON representation

A Docker image with the Mesos installation from the latest branch (currently 0.25.0)

Awesome Lists containing this project

README

          

# Dockerfiles for Apache Mesos
This repository contains builds of the lastest Mesos versions available in the [Mesos Git repository](https://github.com/apache/mesos). Currently, the latest version is 0.25.0.
The intention of creating this image was to be able to provide and use the latest Mesos versions not yet available via the package managers.

### Master & Slave Dockerfiles
Have a look at the `docker-master` and `docker-slave` subfolders of this repository to find runnable Dockerfiles.

### Automated builds

These images are automatically built and synced to the Docker Hub Registry at
[tobilg/mesos-master](https://registry.hub.docker.com/u/tobilg/mesos-master/) and
[tobilg/mesos-slave](https://registry.hub.docker.com/u/tobilg/mesos-slave/).