Prerequisites


Software Checklist

  1. Make

make -v

Example:

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
  1. Docker

docker -v

Example:

Docker version 23.0.5, build bc4487a
  1. Docker compose

docker compose version

Example:

Docker Compose version v2.17.3