Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 441 Bytes

06-add-docker.md

File metadata and controls

18 lines (13 loc) · 441 Bytes

Add Docker support

As a: Service Provider
I need: the ability to deploy my service using Docker
So that: I can move with speed and agility

Assumptions:

  • Need to create a Dockerfle for the service
  • Need to update GitHub Actions to use Docker version

Acceptance Criteria:

Given I have my service in a Docker image
When I user docker run
Then I should have my service running in a contatiner