A Redis image build from source on top of an archlinux base image.
3.3K
A Redis image build from source on top of an archlinux base image.
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.
docker run -d -v /data/redis:/data -p 6789:6789 --name redis kampka/redis:latest
Content type
Image
Digest
sha256:fb8a3faa8…
Size
233.7 MB
Last updated
about 11 years ago
docker pull kampka/redis