Let's feed those whales! 🦐
The goal of krill
is to provide a unified, flexible and user-friendly way to
configure and interact with Docker containers. Usually, there are
three main ways of passing configuration to a container:
- Setting environment variables,
- Mounting configuration files,
- Using secrets.
Withkrill
, all those sources of informations are made available through a
unified interface that is defined via a JSON schema. The schema
is used to validate all the configuration fields before they are passed to the
main application of the container.
Built with ❤️ by Martin Grignard.