Skip to content

Does Project Support use of Docker Secrets? #818

@kevdogg

Description

@kevdogg

Most docker projects I'm working with have started adopting docker secrets for storing important information such as passwords.

For example in the npm docker-compose example:

DB_MYSQL_PASSWORD: "npm"

With secrets this may translate to something like:

DB_MYSQL_PASSWORD_FILE: /var/run/secrets/npm

Does this project support this type of notation?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions