akshitgrover / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 71.0%Language:Dockerfile 29.0%