https://github.com/phase2/docker-redis
Redis container with a confd template for redis.conf
https://github.com/phase2/docker-redis
centos docker-image outrigger redis
Last synced: 24 days ago
JSON representation
Redis container with a confd template for redis.conf
- Host: GitHub
- URL: https://github.com/phase2/docker-redis
- Owner: phase2
- Created: 2017-02-17T23:04:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T18:16:28.000Z (over 8 years ago)
- Last Synced: 2025-01-12T17:36:37.064Z (over 1 year ago)
- Topics: centos, docker-image, outrigger, redis
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outrigger Redis
> Redis container with a confd template for redis.conf
[](https://microbadger.com/images/outrigger/redis "Get your own version badge on microbadger.com") [](https://microbadger.com/images/outrigger/redis "Get your own image badge on microbadger.com")
Unlike the official [Redis image](https://hub.docker.com/_/redis), 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](http://docs.outrigger.sh/en/latest/).
## Environment Variables
Outrigger images use Environment Variables and [confd](https://github.com/kelseyhightower/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
[](https://www.phase2technology.com)