Add custom secret names for Docker (#5355)

This commit is contained in:
Paul Trunk
2018-01-09 06:16:25 +01:00
committed by Nitish Tiwari
parent 7c72d14027
commit bd9cdcf379
5 changed files with 24 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ MAINTAINER Minio Inc <dev@minio.io>
COPY dockerscripts/docker-entrypoint.sh dockerscripts/healthcheck.sh /usr/bin/
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \
MINIO_SECRET_KEY_FILE=secret_key
RUN \
apk add --no-cache ca-certificates && \