dockerize icon indicating copy to clipboard operation
dockerize copied to clipboard

Added envValue & readFile to template functions.

Open apollo13 opened this issue 5 years ago • 1 comments

This allows for easier integration of docker secrets into config files. The rationale here is that environment variables can leak rather easily (docker inspect etc) whereas docker secrets are mounted directly into the container and not visible from the outside.

Added code complexity: small Backwards compatibility: 100%, only new functions got added, there is no behavioural change

apollo13 avatar Dec 30 '18 12:12 apollo13

would love for this to me merged and released so we can use docker secrets..

pkishino avatar Jun 03 '20 06:06 pkishino