Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
100K+
Verified REDIS-EXPORTER Container Image
A hardened, minimal REDIS-EXPORTER container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.
For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images Pull Latest Image Download the Redis exporter container image
docker pull cleanstart/redis-exporter:latest
docker pull cleanstart/redis-exporter:latest-dev
Production Deployment Deploy Redis exporter with security settings
docker run -d --name redis-exporter \
-p 9121:9121 \
--security-opt=no-new-privileges \
-e REDIS_ADDR=redis://redis:6378 \
cleanstart/redis-exporter:latest
Development Setup Quick exporter setup for development
docker run -d --name redis-exporter-dev \
-p 9121:9121 \
-e REDIS_ADDR=redis://localhost:6379 \
cleanstart/redis-exporter:latest-dev
Why Use CleanStart Images
Content type
Image
Digest
sha256:1d80b23ef…
Size
48.3 MB
Last updated
about 21 hours ago
docker pull cleanstart/redis-exporter