Supported tags and respective Dockerfile links
This image is updated via pull requests to the INsReady/docker-redis-stat GitHub repo.
What is image for?
This image is for the real-time Redis monitoring tool redis-stat.

How to use this image?
Show the redis stats from a redis docker container
$ docker run --name redis-stat --link some-redis:redis -p 8080:63790 -d insready/redis-stat --server redisShow the redis stats from a remote redis server
$ docker run --name redis-stat -p 8080:63790 -d insready/redis-stat --server 123.123.123.123Show the redis stats from multiple servers
$ docker run --name redis-stat -p 8080:63790 -d insready/redis-stat --server 111.111.111.111 222.222.222.222:63790 123.123.123.123