AnthonyCxx / comfort-airlines

High Point University 2024 Senior Software Engineering Project
2 stars 0 forks source link

Plan Docker Configuration #7

Closed Dhud6 closed 6 months ago

Dhud6 commented 6 months ago

Summary

The purpose of using Docker as a deployment environment is to deploy the necessary programs, packages, and settings with our program rather than assuming that the execution environment is correctly configured. Although we were given the official MariaDB Docker image, we also require Python 3.10 to be installed; so, we will have to create a custom image. Using the official MariaDB Docker image provided above as a starting point, create a custom docker image that meets the requirements below.

Requirements

References