🎓Learn the basics

Earthly is a build automation tool that uses docker containers to enforce build repeatability. Earthly is meant to be run on your local system and in your CI. Earthly's implicit caching and parallelism will make your builds repeatable and fast.

This tutorial will walk you through a basic example of using Earthly.

Earthly is better logged in

A better, interactive version of this tutorial is available in Earthly Cloud. Get started with Earthly Cloud for free by visiting the sign up page.

Table of Contents

Installation

We recommend you install Earthly on your computer, so you can follow along and try the examples. See the installation instructions.

Questions & Feedback

If you have any questions, feedback or suggestions for Earthly or this tutorial feel free to reach out to us on our Slack community or open a GitHub issue. Earthly is free and open and we love and appreciate feedback and contributions from the community!

Get Started with Earthly

We will start the first lesson with a simple Earthfile.

👉 Part 1: A simple Earthfile

Last updated