Centralised configuration of docker-compose services Centralised configuration of docker-compose services docker docker

Centralised configuration of docker-compose services


In general you'll find that most containers use entrypoint scripts to configure applications by populating configuration files using environment variables. For an advanced example of this approach see the entrypoint script for the Wordpress official image.

Because this is a common pattern, Jason Wilder created the dockerize project to help automate the process.