Sign inSign up

digitalwonderland/redis

By digitalwonderland

Updated almost 11 years ago

Latest Redis 3

Image
0

10K+

digitalwonderland/redis repository overview

About:

Docker image based on digitalwonderland/base

Additional Software:

Usage:

Same as dockerfile/redis except:

  1. it is based on CentOS 7
  2. it contains the latest Redis 3.x builds
  3. /var/lib/redis is used instead of /data

CMD is set to ["redis-server", "/etc/redis/redis.conf"] so you can just use it as you would use the official container, i.e.:

$ docker run -d --name redis -p 6379:6379 digitalwonderland/redis

Tag summary

Content type

Image

Digest

sha256:13e74de01

Size

101.5 MB

Last updated

almost 11 years ago

docker pull digitalwonderland/redis