julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

[FEATURE]: Deploy built docker image as container #19

Closed julianGoh17 closed 4 years ago

julianGoh17 commented 4 years ago

Problem You Are Trying To Solve

Need a test step that will allow users to create a docker container from an existing image in the system's image repo. We also need a method of seeing the container state (whether it is still running/dead/error'd). Defining a way of volume mount for the container should not be decided yet (this will be for a future issue).

Proposed Solution

If possible, propose a solution to how you would tackle the problem.

How does this tie into the current project

Describe whether this request is related to an existing workflow, feature, or otherwise something in the project today. Or, does this open us up to new markets and innovative ideas?

Definition of Done