Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
50K+
Verified GRAFANA Container Image
A hardened, minimal GRAFANA 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
Download the container image from the registry
docker pull cleanstart/grafana:latest
docker pull cleanstart/grafana:latest-dev
Run the container with basic configuration
docker run -it --name grafana cleanstart/grafana:latest
Deploy with production security settings
docker run -d --name grafana-prod \
--security-opt=no-new-privileges \
--restart unless-stopped \
cleanstart/grafana:latest
Volume Mount Mount local directory for persistent data
docker run -v /app:/app cleanstart/grafana:latest
Port Forwarding Run with custom port mappings
docker run -p 8080:8080 cleanstart/grafana:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:b8645e8cb…
Size
348.5 MB
Last updated
about 5 hours ago
docker pull cleanstart/grafana