nulxrd/redis

By nulxrd

Updated 8 months ago

Redis docker container image

Image
Databases & Storage
0

121

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 nulxrd/redis
... via docker-compose

Example docker-compose.yml for redis:

version: '3.1'

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

License

View license information for the software contained in this image.

Docker Pull Command

docker pull nulxrd/redis