|
|
|
|
|
by gijzelaerr
3596 days ago
|
|
Interesting. I've been working on something related, a non intrusive docker 'extension', kliko. Kliko is a specification to formalize file based (no network yet) input/output flow for containers. It makes to possible to have a generic API for containers, so you can automatically create user interfaces for an application or chain them together in a pipeline. https://github.com/gijzelaerr/kliko Here is an example kliko file for a container defining the input and output: https://github.com/kernsuite-docker/lwimager/blob/master/kli... |
|
Also it feels like you are just making a seralization format on top of Stdin/Stdout.