sameersbn / docker-redis

Dockerfile to create a Docker container image for Redis.
MIT License
156 stars 140 forks source link

Replace repo with other redis image #9

Open gjrtimmer opened 7 years ago

gjrtimmer commented 7 years ago

I've spent several days building a complete new redis image. I would to request an evaluation from you, to see if we can use this as the basic redis image instead of sameersbn/docker-redis.

Source repository:

Both source repositories are the same.

Overview:

For more information about sentinel: https://redis.io/topics/sentinel

I've thoroughly tested the master with multiple slaves with sentinel, automatic failover etc..., everything is working.

Also everything is documented within the README and I've provided 7 docker-compose examples, see the readme for more information.

I really hope you like it, and are willing to evaluate it and look at the possiblity to either reference it within docker-gitlab or fork my github repo.

mikehaertl commented 7 years ago

I wonder, why there's a gitlab specific redis image at all. Why not simply use the official redis image? https://hub.docker.com/_/redis/

Is there any gitlab specific modification in here?

RafaelKa commented 6 years ago

Hey folks,

why not using official images?