nulxrd/redis
Image based on:
alpine
Supported architectures:linux/amd64
, linux/arm64
Maintained by:
nulxrd
Where to file issues:
https://github.com/nulxrd/docker-redis/issues
$ docker run --name redis -d nulxrd/redis
docker-compose
Example docker-compose.yml
for redis
:
version: '3.1'
services:
redis:
image: nulxrd/redis:latest
restart: always
ports:
- "6379:6379"
View license information for the software contained in this image.
docker pull nulxrd/redis