/docker-redis

🐳 Redis docker container image

Primary LanguageDockerfileMIT LicenseMIT

Redis Docker Container Images

Supported tags and respective Dockerfile links

Quick reference

How to use this image

start a redis instance

$ docker run --name redis -d redis

Example docker-compose.yml for redis:

version: '3.1'

services:
    redis:
        image: nulldark/redis:latest
        restart: always
        ports:
            - "6379:6379"

License

View license information for the software contained in this image.