As a Application Architect
I need the ability to run dig from a container image
So that I can run it in environments that don't have Python 3 installed
Details and Assumptions
In preparation for working with clients that may not have a Python 3.9 environment we need DGI installed in a Docker image so that clients can just run it with docker or packman.
The dig command should be the ENTRYPOINT for the image
Acceptance Criteria
Given I have Docker installed
When I issue the command: docker run -it dig:1.0.0
Then I should see the help message displayed
As a Application Architect I need the ability to run
dig
from a container image So that I can run it in environments that don't have Python 3 installedDetails and Assumptions
docker
orpackman
.dig
command should be theENTRYPOINT
for the imageAcceptance Criteria