AI Features

Docker Secrets

Learn how Docker makes secrets available to apps in a secure way.

Most applications leverage sensitive data such as passwords, certificates, and SSH keys. Fortunately, Docker lets you wrap them inside secrets to keep them secure.

Note: Secrets only work in Swarm mode as they leverage the cluster store. ...

Docker