danieland
Members
-
Joined
-
Last visited
Solutions
-
danieland's post in Docker config including password and other sensitive information should be encrypted was marked as the answerSo I found a workround for those concern about this issue:
Docker support --env-file parameter to import env from file. We can put env file contains those secrets in an array file.
Array support encrypt, and docker can only be started after array started.