1 2 3 4
FROM alpine:latest RUN apk add --no-cache redis CMD ["redis-server", "--bind", "0.0.0.0", "--protected-mode", "no"] EXPOSE 6379