module-ballerina-docker icon indicating copy to clipboard operation
module-ballerina-docker copied to clipboard

Support env key:values in docker annotation

Open lakwarus opened this issue 4 years ago • 2 comments

We should have a way to pass env key: values to the docker container

Maybe we can use the following syntax

@docker:Config { env: [ { env-variable-name: "value"}, { secret: "$env{PASSWORD}"} ] }

lakwarus avatar Mar 05 '20 23:03 lakwarus