RaoufYallese / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

6. Containerize Your Microservice Using Docker: #7

Open RaoufYallese opened 6 months ago

RaoufYallese commented 6 months ago

As a developer I need to containerize the customer accounts microservice using Docker So that it can be easily deployed and managed in different environments.

RaoufYallese commented 6 months ago

Title: Containerize your microservice using Docker

As a developer I need to containerize my microservice using Docker So that I can deploy it easily with all of its dependencies

Assumptions

Acceptance Criteria

Given the Docker image named accounts has been created When I use docker run accounts Then I should see the accounts service running in Docker