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)
- Host: GitHub
- URL: https://github.com/tobilg/docker-mesos
- Owner: tobilg
- License: mit
- Created: 2015-04-28T08:28:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T15:49:10.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T19:16:34.886Z (over 2 years ago)
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).