A RedisGears Cluster Docker Image
10K+
Use this to have a RedisGears-enabled Redis Cluster running inside a single container with one command. This uses Redis' create-cluster utility.
By default, it bootstraps a 3-shard cluster on ports 30001-30003. To run:
docker run -d -p 30001:30001 -p 30002:30002 -p 30003:30003 redislabs/rgcluster
The default configuration is set by the contents of docker-config.sh. To override it, create your own - e.g., "myconfig.sh" - on the host, for example and mount it to the container's /cluster/config.sh filesystem like so:
docker run -d $PWD/myconfig.sh:/cluster/config.sh redislabs/rgcluster
Content type
Image
Digest
sha256:d81072e30…
Size
860 MB
Last updated
4 months ago
docker pull redislabs/rgcluster:8.0.0Pulls:
191
Jun 29 to Jul 5