docker-compose on mesos with marathon
- Docker Engine 1.13.0+
- Docker Compose 1.10.0+
- Clone the repo:
git clone [email protected]:uzyexe/mesos-marathon-demo.git && cd mesos-marathon-demo
- Run the local environment:
docker-compose up
- Web Browser Access:
- Marathon WebUI: http://127.0.0.1:8080/ui/#/apps
- Mesos WebUI: http://127.0.0.1:5050
- Run the hello-world:
./sample/hello-world.sh
- Shuji Yamada ([email protected])
This project is licensed under the terms of the MIT license.