CiroLeite / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Containerize your microservice using Docker #6

Open CiroLeite opened 1 year ago

CiroLeite commented 1 year ago

Acceptance Criteria:

The microservice source code is successfully packaged into a Docker container; The Docker container includes all necessary dependencies and configurations; The Docker image can be built using a provided Dockerfile; Basic instructions for running the Docker container are provided in the documentation.