项目作者: samithahansaka

项目描述 :
Docker image redis cluster with single node
高级语言: Dockerfile
项目地址: git://github.com/samithahansaka/redis_cluster_single_node.git


Single Node Redis Cluster

Docker image redis cluster with single node

Follow below steps to get started

  1. Make sure your machine has docker installed if not get_docker
  2. Run below steps;
  1. $ docker version //This is to make sure `docker` command is working
  2. $ git clone https://github.com/samithahansaka/redis_cluster_single_node.git
  3. $ cd redis_cluster_single_node
  4. $ docker-compose build
  5. $ docker-compose up -d
  6. $ docker ps // Check it is running
  1. You are done. Enjoy!!