a0533057932/redis-docs

By a0533057932

Updated 10 days ago

Helm
Image
0

3.9K

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

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