chaunceyt / docker-redis

Redis container with a confd template for redis.conf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outrigger Redis

Redis container with a confd template for redis.conf

Unlike the official Redis image, this CentOS-based image has a confd template for Redis configuration.

For more documentation on how Outrigger images are constructed and how to work with them, please see the documentation.

Environment Variables

Outrigger images use Environment Variables and confd to "templatize" a number of Docker environment configurations. These templates are processed on startup with environment variables passed in via the docker run command-line or via your docker-compose manifest file. Here are the "tunable" configurations offered by this image.

  • REDIS_BIND: [127.0.0.1 10.0.0.1] Space-separated list of IPs to bind to. If this variable is not specified it will bind on all interfaces.

Security Reports

Please email outrigger@phase2technology.com with security concerns.

Maintainers

Phase2 Logo

About

Redis container with a confd template for redis.conf


Languages

Language:Shell 100.0%