Containers
This repository already contains a few simple services we can use to build.
Each of them will be packaged into a container and run locally.
Pre-requisites
This part of the guide can be run from GitHub Codespaces or locally (if you have docker installed).
To run this locally, you will need to have docker (opens in a new tab) installed. You will also need the git commands.
Confirmation
You can confirm these pre-requisites by running the following commands from a shell and confirming you have similar output:
$ git --version
git version 2.40.0
docker --version
Client:
Cloud integration: v1.0.31
Version: 20.10.23
...
$ docker compose version
Docker Compose version v2.15.1