Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-5/docker-mesos-cluster
Generate a docker-compose.yml for a mesos cluster.
https://github.com/mark-5/docker-mesos-cluster
Last synced: about 1 month ago
JSON representation
Generate a docker-compose.yml for a mesos cluster.
- Host: GitHub
- URL: https://github.com/mark-5/docker-mesos-cluster
- Owner: mark-5
- Created: 2015-08-02T16:12:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T23:46:43.000Z (over 9 years ago)
- Last Synced: 2023-06-03T04:11:35.335Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
Generate a docker-compose.yml for a mesos cluster.# INSTALL
* install docker-compose - https://docs.docker.com/compose/install/
* install perl dependencies - cpanm --installdeps .# bin/init
Generate the docker-compose.yml.
See bin/init --help for a description of options.# bin/destroy
Tear down the cluster and delete the docker-compose.yml.# proxy
The proxy image is a simple http proxy that is linked to all mesos masters and slaves.# work directory
The work directory is shared between all mesos masters and slaves. A work image is also provided, which shares this directory and is linked to all masters and slaves. This is used primarily for testing mesos schedulers and executors.