Stream Docker Swarm data directly to your browser in real time.
3.4K
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
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.


Content type
Image
Digest
Size
177.8 MB
Last updated
over 10 years ago
docker pull khamoud/dreams