Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 383 Bytes

File metadata and controls

12 lines (8 loc) · 383 Bytes

containerization-template

A simple project to run docker containers for different services

Building images

Use make build command to build docker images

Running the application

Use make run command to run the application. This command will also build the images before starting the containers.

Stopping the application

Use make stop command to stop the application.