Skip to content

appliedcode/mesos-marathon-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mesos-marathon Demo

docker-compose on mesos with marathon

Dependencies

  • Docker Engine 1.12.0+
  • Docker Compose 1.9.0+

QuickStart

  • Clone the repo: git clone git@github.com:uzyexe/mesos-marathon-demo.git && cd mesos-marathon-demo
  • Add Host: echo "127.0.0.1 mesos-slave" >> /etc/hosts
  • Run the local environment: docker-compose up
  • Web Browser Access to Marathon WebUI: http://localhost:8080/ui/#/apps

Sample Application

dockercloud/hello-world

  • Run the App: curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" localhost:8080/v2/apps -d @sample/hello-world.json

Authors

License

This project is licensed under the terms of the MIT license.

About

docker-compose on mesos with marathon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors