docker images of redis base on centos7
latest
This image contains the version 3.2.8 of redis
docker run -d --privileged -p 6379:6379 -v /data/redis/db:/data/env/redis/db --name redis redis
This has been tested with Docker version 1.12.2 and higher.
If you have any issues with this image, please raise a bug
Content type
Image
Digest
Size
328.6 MB
Last updated
over 7 years ago
docker pull grandgeniusgroup/redis