docker run -d \
--restart=always \
--name redis_exporter \
-p 9121:9121 \
linuxhub/redis_exporter:v1.1.0-alpine-auth
# No password authentication
curl http://127.0.0.1:9121/scrape?target=redis://192.168.10.115:6379
# Enable password authentication
curl http://127.0.0.1:9121/scrape?target=redis://h:[email protected]:6379
Not recommended, will reveal the password!

Content type
Image
Digest
Size
3.3 MB
Last updated
about 7 years ago
docker pull linuxhub/redis_exporter:v1.1.0-alpine-auth