dockerfile / redis

Redis Dockerfile for trusted automated Docker builds.

Home Page:http://dockerfile.github.io/#/redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to config redis if I wanted to?

tom10271 opened this issue · comments

FROM redis:3.2.11

RUN docker-entrypoint.sh

RUN redis-cli config get save

RUN redis-cli config set save ''

RUN redis-cli config get save

It is not working