Skip to content

sxbrsky/docker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis

Quick reference

Supported tags and respective Dockerfile links

All supported tags see here

How to use this image

start a redis instance

$ docker run --name redis -d sxbrsky/redis

Example docker-compose.yml for redis:

version: '3.1'

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

License

View license information for the software contained in this image.