dobi Documentation

A build automation tool for Docker applications.

Getting Started

This is a short guide for getting started with dobi.

  1. Install dobi.

  2. Create a dobi.yaml at the root of your project repository.

  3. Add a mount, image, and job resource to the dobi.yaml. See Examples and Config Reference for more information about how to define a resource.

  4. Run a task using the name of the resource, and an optional action name. See Tasks for a full list of tasks.

    dobi TASK [TASK...]