williamyeh/redis

By williamyeh

Updated almost 7 years ago

Redis image for Docker

Image
3

1.7K

Docker-Redis

Summary

Repository name in Docker Hub: williamyeh/redis

This repository contains Dockerized Redis, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

Dependencies
History
  • 0.4 - Make client more flexible.

  • 0.3 - Add more convenient wrapper (benchmark).

  • 0.2 - Add more convenient wrappers (usage.sh, start, client).

  • 0.1 - This repository was forked from dockerfile/redis.

Why yet another Redis image for Docker?

There has been quite a few Redis images for Docker (e.g., search in the Docker Hub), so why reinvent the wheel?

In the beginning I used the dockerfile/redis. It worked well, but left some room for improvement:

Therefore, I built this Docker image on my own, also as an exercise.

In addition, I add several convenient wrappers for Redis executables.

Good alternatives

Now Docker official image redis has smaller image size and good version management. You may try it, instead.

Installation

$ docker pull williamyeh/redis

Usage

Show usage

$ docker run --rm williamyeh/redis

Docker Pull Command

docker pull williamyeh/redis