redis-docs
Self-hosted Redis documentation site, built with Hugo and served by Nginx.
| Tag | Variant | Port | Use Case |
|---|---|---|---|
latest, <commit-sha> | privileged | 80 | Standard Docker / Docker Compose |
unprivileged, <commit-sha>-unprivileged | unprivileged | 8080 | Kubernetes / OpenShift (non-root, read-only FS) |
All tags are multi-platform: linux/amd64 and linux/arm64.
docker run -p 8080:80 a0533057932/redis-docs:latest
For Kubernetes / OpenShift:
docker run -p 8080:8080 a0533057932/redis-docs:unprivileged
nginx:alpine) - runs as root on port 80. Simpler setup for local use.nginx-unprivileged:alpine) - runs as non-root with read-only root filesystem. Required for OpenShift and security-restricted clusters.A production-ready Helm chart with metrics, autoscaling, and OpenShift Route support is available in the source repository.
Content type
Helm
Digest
sha256:6039d59f9…
Size
33.8 kB
Last updated
10 days ago
helm pull oci://registry-1.docker.io/a0533057932/redis-docs --version 1.6.19