mariadb-alpine icon indicating copy to clipboard operation
mariadb-alpine copied to clipboard

Support Docker secrets

Open jbergstroem opened this issue 5 years ago • 0 comments

Secrets (docker secret) is a safer way to pass sensitive information to a container that avoids environment variables and instead mounts a secret as a file in the container filesystem.

This approach is growing popularity and should be supported for all sensitive data (password comes to mind).

jbergstroem avatar Aug 13 '20 23:08 jbergstroem