/dreams

Stream Docker Swarm data to your browser

Primary LanguageJavaScript

dreams

Streams information about your docker swarm to your browser. To run just use:

docker run -d \
    -e ROOT_URL=http://some_url \
    -v /path/to/your/keys:/certs:ro \
    -e METEOR_SETTINGS='{"DOCKER_HOST":"1.2.3.4","CERT_FILE_PATH":"/certs"}' \
    -p 80 \
    khamoud/dreams

It needs the ROOT_URL because it is a meteor app and is required to run

Overview

Dreams is a meteor application that doesn't need a mongodb that will gather data about your docker swarm and stream it to the client via ddp so you can get real time stats and logs.

Dashboard

Image of Dream dashboard

Logs

Image of Dream logs

TODO

  • Add host information
  • Add optional database for user authentication
  • Add testing