Sign inSign up

clover/redis

By clover

Updated 3 months ago

Redis

Image
1

4.5K

clover/redis repository overview

Redis docker image

Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. The dataset is stored entirely in memory and periodically flushed to disk.

This image is based on official redis.io builds for debian and it is built on top of the clover/base.

Data volumes
LocationDescription
/var/lib/redisPersistent database path
Exposed ports
PortDescription
6379TCP port Redis is listening on
Enviroment variables
NameDefault valueDescription
PUID50Desired UID of the process owner *
PGIDprimary group id of the UID user (50)Desired GID of the process owner *
CRONnot setWill start cron inside the container if set to 1
TIMEZONEUTCDesired container timezone
Configuration files
LocationDescription
/etc/redis/redis.confRedis server configuration file
/etc/redis/sentinel.confRedis sentinel configuration file
Supported platforms
  • linux/amd64;
  • linux/386;
  • linux/arm/v7;
  • linux/arm64/v8;

Tag summary

Content type

Image

Digest

sha256:fccb84518

Size

25.8 MB

Last updated

3 months ago

docker pull clover/redis