FROM redis:latest MAINTAINER Mahmoud Zalt #COPY redis.conf /usr/local/etc/redis/redis.conf VOLUME /data EXPOSE 6379 CMD ["redis-server"]