Technical assessment - Kartoza.
The make commands are here to help get complex tasks done faster. Instead of learning Docker and the current architecture of the deployment, you can utilize these commands to get up and going.
To Setup a local development enviroment run the following command:
make start
To stop the containers run:
make stop
# or press ctrl + c
To spawn a terminal in a container run:
make attach DC=<name of the container>
note: you can aquire the container names by running `docker ps`