Containers

Understand, build, run, and deploy containers.

This track introduces building and running containers using Docker, orchestrating them locally with Docker Compose, and deploying them to AWS.

It assumes you already know how to build working software, including multiple components which need to talk to each other (such as a frontend and a backend).

  1. Sprint 1

    : Building, running, and testing containers locally with Docker.

  2. Sprint 2

    : Building container images on GitHub Actions.

  3. Sprint 3

    : Deploying containers to AWS.