Sign inSign up

kampka/redis

By kampka

Updated about 11 years ago

A Redis image build from source on top of an archlinux base image.

Image
1

3.3K

kampka/redis repository overview

Redis Docker image

A Redis image build from source on top of an archlinux base image.

Usage

Data is stored in /data.
Redis data is stored in /data/storage while log files are kept int /data/log.
A config file placed in /data/redis.conf can be used to specify additional configuration directives.

Example

docker run -d -v /data/redis:/data -p 6789:6789 --name redis kampka/redis:latest

Tag summary

Content type

Image

Digest

sha256:fb8a3faa8

Size

233.7 MB

Last updated

about 11 years ago

docker pull kampka/redis