Skip to content

stefaniuk/docker-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI Size Version Commit Docker Hub

Docker Redis

Redis is an open source in-memory data structure store used as database, cache and message broker.

Installation

Builds of the image are available on Docker Hub.

docker pull stefaniuk/redis:latest

Alternatively you can build the image yourself.

docker build --tag stefaniuk/redis \
    github.com/stefaniuk/docker-redis

Quickstart

Start container using:

docker run --detach --restart always \
    --name redis \
    --hostname redis \
    --publish 6379:6379 \
    stefaniuk/redis

Todo

  • Authentication

About

In-memory data structure store used as database, cache and message broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published