danieland

Members
  • Posts

    26
  • Joined

  • Last visited

Community Answers

  1. danieland's post in Docker config including password and other sensitive information should be encrypted was marked as the answer   
    So 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.