kedibeki / devops-capstone-project

IBM DevOps and Software Engineering Project
Apache License 2.0
2 stars 1 forks source link

Containerize your microservice using Docker #7

Open kedibeki opened 1 year ago

kedibeki commented 1 year 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