Category: Docker, nginx, shell

Environment variables are a natural way to configure a containerised application without having to rebuild it when the configuration changes. This is useful when implementing artefact promotion: a built Docker image is signed off in staging/QA and moves on to production.

Related Articles