Application Configuration into Docker Container
Jun 8, 2018 #Docker
Send configuration to Dockerized Apps,
Baking the configuration into the container itself via
Dockerfile
Setting the application configutation dynamically via
ENV
Setting the application dynamically via KV store on the network (
Consul
oretcd
)Map the config files in directly via Docker
volumes
. For production, try configuration management tool likeAnsible
,Chef
,Puppet
.