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