Secrets with Docker Stack

Preparation for the video

Changes to the examples

Commands

```sh echo ‘secret’ | docker secret create pg_secret - docker secret ls docker stack deploy -c docker-stack.yml demo ``

Managing secrets

Secrets from an application perspective