I packaged a web application that I worked on as an image docker.
I want to be able to run the image with some configuration, for example, this is the couchdb server url to use, etc.
What is the best way to configure? My application relies on env variables, can I set them at runtime?
source
share