issues
search
rupradha123
/
devops-capstone-project
Apache License 2.0
0
stars
1
forks
source link
Containerize your microservice using Docker
#8
Open
rupradha123
opened
1 year ago
rupradha123
commented
1 year ago
As a developer,
I need to containerize the customer accounts microservice using Docker
So that I can deploy the microservice to a containerized environment.
Details and Assumptions
The customer accounts microservice has been developed using Python and Flask.
Docker is installed on the development machine.
Acceptance Criteria
Given I have the Docker file for the customer accounts microservice,
When I build the Docker image,
Then the image should be built successfully.
rupradha123
commented
1 year ago
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
As a developer,
Details and Assumptions
Acceptance Criteria