Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 599 Bytes

FROM --platform=$TARGETPLATFORM alpine:latest AS base

RUN apk add --no-cache bash curl openssl

WORKDIR /bin

RUN curl --output self-signed-ssl https://raw.githubusercontent.com/lstellway/self-signed-ssl/master/self-signed-ssl
&& chmod +x self-signed-ssl

docker run --rm -v ./redis.conf:/etc/redis.conf redis redis-server C:/redis/redis.windows.conf
docker run --rm -v ./redis.conf:/etc/redis.conf redis redis-server /etc/redis.conf


docker run --rm `
-v c:\Users\win2022\Desktop\test:c:\redis\redis-conf `
redis redis-server C:\redis\redis-conf\redis.conf