Docker - Security
Given the following Docker service creation command:
What happens to the secret
docker service create --name myapp --secret db_password nginx
What happens to the secret
db_password inside the running container?