a0533057932/redis-docs

By a0533057932

Updated 3 days ago

Helm
Image
0

5.5K

a0533057932/redis-docs repository overview

Redis Documentation

Self-hosted Redis documentation site, built with Hugo and served by Nginx.

Tags

TagVariantPortUse Case
latest, <commit-sha>privileged80Standard Docker / Docker Compose
unprivileged, <commit-sha>-unprivilegedunprivileged8080Kubernetes / OpenShift (non-root, read-only FS)

All tags are multi-platform: linux/amd64 and linux/arm64.

Quick Start

docker run -p 8080:80 a0533057932/redis-docs:latest

For Kubernetes / OpenShift:

docker run -p 8080:8080 a0533057932/redis-docs:unprivileged

Privileged vs Unprivileged

  • privileged (nginx:alpine) - runs as root on port 80. Simpler setup for local use.
  • unprivileged (nginx-unprivileged:alpine) - runs as non-root with read-only root filesystem. Required for OpenShift and security-restricted clusters.

Helm Chart

A production-ready Helm chart with metrics, autoscaling, and OpenShift Route support is available in the source repository.

Tag summary

Content type

Image

Digest

sha256:089516916

Size

470.8 MB

Last updated

3 days ago

docker pull a0533057932/redis-docs