Docker image based on digitalwonderland/base
Same as dockerfile/redis except:
/var/lib/redis is used instead of /dataCMD 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
Content type
Image
Digest
sha256:13e74de01…
Size
101.5 MB
Last updated
almost 11 years ago
docker pull digitalwonderland/redis