oscarhidalgosica / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Containerize your microservice using Docker #6

Closed oscarhidalgosica closed 5 months ago

oscarhidalgosica commented 6 months ago

Containerize Your Microservice Using Docker As a DevOps engineer I need to containerize the microservice So that it can be deployed consistently across different environments Details and Assumptions

Docker is the containerization technology to use. Acceptance Criteria Given the microservice codebase When I run the Docker build command Then a Docker image for the microservice should be created