Unraid, Docker and Secrets

Hi Everyone,
I’m using alot of your wonderful Docker images.
I always wondered how to use secrets with your docker images, since container like mariadb have DB Root password in it.

I recently saw that on the description of your docker you inform that is possible to use Secrets.

My question now is:
HOW?
Is there some kind of StepByStep guide?

Thanks :slight_smile:

It’s explained here: https://github.com/linuxserver/docker-mariadb#environment-variables-from-files-docker-secrets

You first need to create the secrets in docker (refer to docker docs for that). Then you can reference them as described in the above link

The only documentation I know of is https://docs.docker.com/engine/swarm/secrets/

We don’t have any guides written by ourselves.