Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 473 Bytes

docker-files

In this repo I keep docker images that I use frequently

Building images

To build an image run:

make build-<application name>

Running applications

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.

Application images in this repo