# # Redis Dockerfile # # https://github.com/dockerfile/redis # # Pull base image. # # Just a stub. FROM redis ADD run.sh /run.sh CMD /run.sh