Skip to content

krishamoud/dreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stream Docker Swarm data to your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published