Docker Secrets Management is a tool within Docker Swarm Mode that allows for management of application secrets including passwords, API keys, certificates, and more, from within Docker Swarm. These secrets are mounted into a container using a TMPFS mount to /run/secrets.
Full article