Alpine based image for redis
7.6K
Alpine based Dockerfile for a redis image.
Differs from official docker image which by default forces write every second, this version lets os decide. It uses the alpine version of redis with musl memory managment, the official docker version is compiled wih jemalloc. It also uses aof and rdb for better error recovery. If the "STUNNEL" environment variable is set then an stunnel server is started listeneing on port 6479 for ssl/tls connections, protected-mode is enabled so redis will only listen to the loopback interface. An stunnel client is then needed to connect, and the file /etc/stunnel/psk.txt must exist with the pre shared key in the format here
The image is available on DockerHub and GitLab.
| repo | image name |
|---|---|
| DockerHub | a16bitsysop/redis |
| GitLab | registry.gitlab.com/container-email/redis |
For further details see the README on GitLab: https://gitlab.com/container-email/redis/-/blob/main/README.md
Content type
Image
Digest
sha256:a15ae79a5…
Size
7.7 MB
Last updated
over 1 year ago
docker pull a16bitsysop/redis