Description
Container-based build tasks can be organized with a make-like Docker workflow. It is useful for projects that want repeatable commands without installing every tool directly on the host.
Build wrappers can mount source files, run scripts, and create containers. Review task definitions before running them from unfamiliar repositories.