The goal is for users to be able to build a docker image of the code and have that image, when opened, immediately start up the Field Device Software. Ultimately, the image would be running when the computer starts up. A docker-compose.yml and Dockerfile have been written based of the Dockerfile.dev but hasn't been tested for a deployment setting. I.e. when the script should run immediately without fail.
Requirements
Image MUST run the Field Device Software when the container is started.
Field Device Software's shell SHOULD be accessible inside the container.
Tasks
Test the current docker/docker-compose.yml
If it does not work, debug.
Test that image can run on UP 7000 startup successfully.
Deliverables
Pull request to dev branch with README.md detailing building and setting up release image as a service and changed code (if any).
Objective
The goal is for users to be able to build a docker image of the code and have that image, when opened, immediately start up the Field Device Software. Ultimately, the image would be running when the computer starts up. A
docker-compose.yml
andDockerfile
have been written based of theDockerfile.dev
but hasn't been tested for a deployment setting. I.e. when the script should run immediately without fail.Requirements
Tasks
docker
/docker-compose.yml
Deliverables
dev
branch with README.md detailing building and setting up release image as a service and changed code (if any).