Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bspaans/simple-mesos-dashboard

A simple web UI dashboard for mesos
https://github.com/bspaans/simple-mesos-dashboard

Last synced: 2 months ago
JSON representation

A simple web UI dashboard for mesos

Lists

README

        

#Simple Mesos Dashboard

![Dashboard](/screenshot/screenshot.png?raw=true "Screenshot")

## Run in Docker

```
docker build -t mesos-dashboard .
docker run -e MESOS=http://my_mesos:5050 -it mesos-dashboard
```