markauskas / mymesos

A local Mesos/Marathon installation for development and testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting up the Cluster (zookeeper/mesos-master/mesos-slave/marathon)

./prepare.sh # run this to have the latest docker binary locally present
docker-compose up

accessing the Mesos master UI

$BROWSER http://localhost:5050/

accessing the Marathon UI

$BROWSER http://localhost:8080/

About

A local Mesos/Marathon installation for development and testing


Languages

Language:Shell 100.0%