Sign inSign up

evild/alpine-redis

By evild

Updated over 10 years ago

Alpine Redis

Artifact
1

1.2K

evild/alpine-redis repository overview

Docker Stars Docker Pulls ImageLayers Size

Alpine Redis

This image is based on evild/alpine-base

Version

Basic usage

docker run --name redis evild/alpine-redis

with docker-compose.yml v1
nginx:
  image: evild/alpine-redis
  restart: always
  #volumes: #Overwrite nginx configuration
  #  - /your/path/to/redis.conf:/etc/redis-local.conf:ro

Custom Redis configuration

You can overwrite redis configuration:

Create your own redis.conf. Make sure your redis.conf file has a volume to /etc/redis-local.conf

docker run -v /your/path/to/redis.conf:/etc/redis-local.conf:ro --name redis evild/alpine-redis

Tag summary

Content type

Unrecognized

Digest

Size

10 MB

Last updated

over 10 years ago

docker pull evild/alpine-redis