-
Notifications
You must be signed in to change notification settings - Fork 172
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
base: main
Are you sure you want to change the base?
315/dockerization #317
Conversation
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? |
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. |
containerized the project by creating a docker file that will create an image