Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.07 KB

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. redis-stat screenshot

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 redis

Show the redis stats from a remote redis server

$ docker run --name redis-stat -p 8080:63790 -d insready/redis-stat --server 123.123.123.123

Show 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