In this repo I keep docker images that I use frequently
To build an image run:
make build-<application name>
To run an application execute:
make run-<application name>
If the application image is not built yet, the Makefile tries to build it before running the app.