|
|
|
|
|
by rcconf
4008 days ago
|
|
My apologies if I'm hijacking the original poster. Does Docker handle multi-environment configuration management? For example: qa, stage and live have the same config files, but different values. Currently we're using Ansible and we set variables for a specific environment, then we feed those variables into config files based on where we're deploying to (config files are not duplicated, only variables that feed into config files.) All of our configuration is in git and we can quickly see and change it. How does Docker handle this? |
|