Skip to content

Latest commit

 

History

History

3.2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Redis 3.2

In a docker-compose.yml:

version: '3'
services:
  redis:
    image: quay.io/continuouspipe/redis3:latest

In a Dockerfile:

FROM quay.io/continuouspipe/redis3:latest

How to build

docker-compose build redis
docker-compose push redis

How to use

As this is based on the library Redis image, see their README on The Docker Hub.

The default configuration for Redis 3.2.7 will be used when not building a custom image from this one. You can find the default configuration here: Redis 3.2.7 configuration.