screws2484 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Containerize your microservice using Docker #6

Open screws2484 opened 2 weeks ago

screws2484 commented 2 weeks ago

User Story: Containerize your microservice using Docker

As a developer
I need to containerize the microservice using Docker
So that I can ensure consistent environments for development, testing, and deployment

Story Points: 3 (S)

Details and Assumptions:

Acceptance Criteria:


Given a properly configured Dockerfile
When I build the Docker image for the microservice
Then the image is created without errors
And I can run the containerized microservice locally