docker-compose on mesos with marathon
- Docker Engine 1.12.0+
- Docker Compose 1.9.0+
- 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
- Run the App:
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" localhost:8080/v2/apps -d @sample/hello-world.json
- Shuji Yamada (uzy.exe@gmail.com)
This project is licensed under the terms of the MIT license.