Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

315/dockerization #317

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

davidongora
Copy link
Contributor

containerized the project by creating a docker file that will create an image

@uchibeke
Copy link
Contributor

Hi there, I am not sure which project is being dockerized are there are several within the Submissions folder. Also, whats the rational for this PR? How do people use the docker images?

@davidongora
Copy link
Contributor Author

To develop and test applications. Docker images can be used to create isolated environments in which to develop and test applications. This can help to prevent conflicts between different versions of dependencies and make it easier to share development environments with other team members.
To deploy applications to production. Docker images can be used to deploy applications to production in a consistent and reliable way. This can help to reduce the risk of errors and make it easier to scale applications up or down as needed.
To create microservices. Docker images are well-suited for creating microservices, which are small, self-contained services that can be combined to create a larger application. This can make applications more modular and scalable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants