1 2 3 4 5 6 7 8 9 10 11
FROM redis:latest MAINTAINER Mahmoud Zalt <mahmoud@zalt.me> #COPY redis.conf /usr/local/etc/redis/redis.conf VOLUME /data EXPOSE 6379 CMD ["redis-server"]