Docker Secrets
Let’s learn how Docker makes secrets available to apps in a secure way.
We'll cover the following...
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 secret management
Behind the scenes, Docker encrypts secrets when ...
Access this course and 1400+ top-rated courses and projects.