Development environment friendly Redis image for Docker that loads up default redis.conf.
411
When using redis locally for development, you typically want to use the default redis.conf file which periodically backs up data to disk. The official Redis images does not load a config, so a restart means a complete wipe of all data in redis.
This image uses the default redis.conf and makes it Docker friendly via the following changes:
0.0.0.0 instead of 127.0.0.1.protected-mode to no instead of yes.docker run -d -p 6379 jimeh/redis-for-development
Content type
Image
Digest
Size
70.8 MB
Last updated
about 10 years ago
docker pull jimeh/redis-for-development