Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.2.0
-
None
Description
There are two different ways to pass user environment variables to docker. There is -e flag and --env-file which reference to a file that contains environment variables key/value pair. It would be nice to have a way to express env-file from HDFS, and localize the .env file in container localized directory and pass --env-file flag to docker run command. This approach would prevent ENV based password to show up in log file.