An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/akshitgrover/docker-secret_demo

docker docker-secrets docker-stack nodejs secrets swarm swarm-mode

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://cdn-images-1.medium.com/max/800/1*S1nFh5WqzOIShRm_g1prXw.jpeg)

# 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](https://medium.com/acmvit/docker-secret-in-out-94c66eb4376b).

## Medium Article

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

## Useful Links

* [Play with Docker (To configure multiple node swarms)](https://labs.play-with-docker.com/)
* [Official Docker Docs on Secrets](https://docs.docker.com/engine/swarm/secrets/)
* [Stack File Format for Defining Secrets](https://docs.docker.com/compose/compose-file/#secrets)

**References**

* [Raft logs on Swarm mode](https://medium.com/lucjuggery/raft-logs-on-swarm-mode-1351eff1e690)
* [From env variables to Docker secrets](https://medium.com/lucjuggery/from-env-variables-to-docker-secrets-bc8802cacdfd)