1.1 Getting Started

This tutorial will guide you through the basics of creating Concourse pipelines. You will use a local instance of Concourse running on your machine to run pipelines.

Before getting started you should have the following installed:

This tutorial assumes you understand what Linux containers are and how to work with them. If you know what a Dockerfile is and how to make your own then you're probably good to jump into this tutorial. If you're not familiar with Linux containers then you may want to get started with Docker first before diving into this tutorial.

It will also help if you know how to read YAML. We have a quick Intro to YAML if you're not familiar with the syntax.

If you have any feedback for this tutorial please share it in this GitHub discussion