Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 246 Bytes

Redis on Docker

Overview

Redis server on Docker. See more on https://redis.io .

How to run
docker run --name redis -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis:latest
Useful info

Default Redis port is 6379.