lisy09 / redis-cluster-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-cluster-docker

Origin: https://github.com/lisy09/redis-cluster-docker This is a project to provide redis-cluster local/production environment with redis client example.

It is inspired by the bitnami-docker-redis-cluster project and add additional features.]

Directory

  • build_scripts/: scripts for building

Change as you need

How to build

Prerequisite

  • The environment for build needs to be linux/amd64 or macos/amd64
  • The environemnt for build needs docker engine installed
  • The environemnt for build needs GNU make > 3.8 installed

Build command

To build all docker images locally:

make all

To push built docker images to the remote registry:

make push

To delete built local docker images:

make clean

Or you can check ./Makefile for more details.

How to run

Prerequisite

Run command

make deploy

to undeploy

make undeploy

About

License:MIT License


Languages

Language:Shell 41.0%Language:Dockerfile 31.5%Language:Makefile 17.0%Language:Python 10.5%