Docker secrets engine (https://github.com/docker/secrets-engine/) looks really nice, but for the life of me I can't figure out how this (seamlessly?) should with docker compose

Does anyone know more?
#docker #secrets

GitHub - docker/secrets-engine

Contribute to docker/secrets-engine development by creating an account on GitHub.

GitHub

think I captured the gist of it in https://github.com/psviderski/uncloud/pull/401/changes

I do not know the requirements of the docker team to do this, but it looks like overkill what they are building

Miek/26/jun18do/secret engine fnox by miekg · Pull Request #401 · psviderski/uncloud

A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes ✨ - Miek/26/jun18do/secret engine fnox by miekg · Pull Request #401 · psviderski/uncloud

GitHub
@miekg looks neat haven't looked at the code yet but does it handle the storage with enough plugins etc?

@purpleidea it "shells" out to do the secrets handling

the concept of plugins is there