Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 505 Bytes

docker-debian-redis

This is a debian image for redis installed from debian packages only.

Images and Tags

Following images are build on docker hub.

  • pl31/debian-redis:stretch (latest)

Redis versions used can be found here:

Run image

docker run -i -p 127.0.0.1:6379:6379 -t pl31/debian-redis:stretch