Sign inSign up

khamoud/dreams

By khamoud

•Updated over 10 years ago

Stream Docker Swarm data directly to your browser in real time.

Image
0

3.4K

khamoud/dreams repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

177.8 MB

Last updated

over 10 years ago

docker pull khamoud/dreams