Docker image redis cluster with single node
Follow below steps to get started
- Make sure your machine has docker installed if not get_docker
- Run below steps;
$ docker version //This is to make sure `docker` command is working
$ git clone https://github.com/samithahansaka/redis_cluster_single_node.git
$ cd redis_cluster_single_node
$ docker-compose build
$ docker-compose up -d
$ docker ps // Check it is running- You are done. Enjoy!!