bpaulli / bpaulli/devops-capstone-project

Containerize your microservice using Docker

Open
#14 0 comments 0 reactions 1 assignee Claimed by @bpaulli View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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
* Create a `Dockerfile` for repeatable builds
* Use a `Python:3.9-slim` image as the base
* It must install all of the Python requirements
* It should not run as `root`
* It should use the `gunicorn` wsgi server as an entry point

### 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.