This is a fork of grokzen/docker-redis-cluster that provides multi-architecture Docker images (ARM64 + x86) published to GitHub Container Registry.
docker run -e "IP=0.0.0.0" -p 7000-7005:7000-7005 ghcr.io/hunter-io/docker-redis-cluster:latestTo build and publish a different Redis version, use the GitHub Actions workflow dispatch:
- Go to Actions → Build and Push Multi-Arch Docker Image
- Click Run workflow
- Enter the desired Redis version (e.g.,
7.0.15,6.2.14)
Original project by Johan Andersson (Grokzen).