UCSD-E4E / radio-telemetry-tracker-drone-fds

Other
0 stars 0 forks source link

Write Docker Release for Deployments #1

Open TylerFlar opened 1 month ago

TylerFlar commented 1 month ago

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

Tasks

  1. Test the current docker/docker-compose.yml
    • If it does not work, debug.
  2. Test that image can run on UP 7000 startup successfully.

Deliverables