Aerospike environment (#2119)

* aerospike's config file is not being used but overwritten on container start
* added environment variable handling for aerospike configuration
This commit is contained in:
Daniel Seif
2019-05-09 07:41:09 +02:00
committed by Shao Yu-Lung (Allen)
parent 4417083a80
commit e8d84cf9a3
4 changed files with 7 additions and 81 deletions

View File

@ -1,7 +1,3 @@
FROM aerospike:latest
LABEL maintainer="Luciano Jr <luciano@lucianojr.com.br>"
RUN rm /etc/aerospike/aerospike.conf
COPY aerospike.conf /etc/aerospike/aerospike.conf