Documentation

    PLEASE NOTE: This document applies to v2.6 version and not to the latest stable release v2.7

    Documentation for other releases can be found by using the version selector in the left bottom of any doc page.

    Rash Book

    rash solves an optimization problem in the containers ecosystem.

    Nowadays, you generally need to write container entrypoints in bash or include them in the binary, i.e. the program itself. This is a trade-off decision between being fast or being reusable, efficient, flexible…

    Besides, entrypoints share use cases between different kinds of applications, e.g. databases entrypoints are quite similar. Likewise, you might need to provision your containers between different platforms with the same tools, paying attention to secrets, configuration management…

    rash provides:

    • A simple syntax to maintain low complexity.
    • One static binary to be container oriented.
    • A declarative syntax to be idempotent.
    • Clear output to log properly.
    • Security by design.
    • Speed and efficiency.
    • Modular design.
    • Support of MiniJinja templates.