grmvoid/redis

By grmvoid

Updated over 1 year ago

Redis is an in-memory database that persists on disk.

Image
Message queues
Databases & storage
0

176

grmvoid/redis repository overview

Quick reference

How to use this image

start a redis instance
$ docker run --name redis -d grmvoid/redis:7.4.1
... via docker-compose

Example docker-compose.yml for redis:

version: '3.1'

services:
    redis:
        image: grmvoid/redis:7.4.1
        restart: always
        ports:
            - "6379:6379"

License

View license information for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:1bffd522f

Size

11.6 MB

Last updated

over 1 year ago

docker pull grmvoid/redis:7.2