/docker-secret_demo

For any app managing sensitive data is crucial, Read the article to know how Docker secrets cater this need without compromising scalability.

Primary LanguageJavaScript

Docker Secrets Demo

Docker in version 1.13 introduced the concept of secrets. For any application managing configuration variables, ssh keys, passwords, API keys etc. is a crucial part, This data is not be disclosed to anyone outside the authority.

Feature Image

About this Respository

I have been writing an article on Docker secrets in/out, This repository holds the application used to get a hands on, What is explained in that article.

Medium Article

https://medium.com/acmvit/docker-secret-in-out-94c66eb4376b

Useful Links

References