Learn the basics
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
A better, interactive version of this tutorial is available in Earthly Cloud. Get started with Earthly Cloud for free by visiting the page.
Introduction <-- You are here.
We will start the first lesson with a simple Earthfile.
We recommend you install Earthly on your computer, so you can follow along and try the examples. See the .
If you have any questions, feedback or suggestions for Earthly or this tutorial feel free to reach out to us on our or open a . Earthly is free and open and we love and appreciate feedback and contributions from the community!
👉