redis 增加了 redis.conf,因为原生的redis我没有找到redis.conf (可能是我笨吧) Dockerfile
from redis:4.0
MAINTAINER zhangxiaoping
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD ["redis-server" ,"/usr/local/etc/redis/redis.conf"]
Content type
Image
Digest
Size
37.6 MB
Last updated
almost 9 years ago
docker pull zhangxiaoping/myredis:4.0