Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 252 Bytes

File metadata and controls

9 lines (5 loc) · 252 Bytes

docker-env

simple docker image that shows the use of environment variables to pass configuration information to the application at runtime

Usage

e.g. set background colour to yellow

docker run --env APP_COLOUR=yellow -p 5000:5000 docker-env