🎓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.
Introduction <-- You are here.
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.
Last updated