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

[Feature Request]: Integrating Docker into the project #58

Closed
Ratangulati opened this issue Jul 7, 2024 · 1 comment · Fixed by #59
Closed

[Feature Request]: Integrating Docker into the project #58

Ratangulati opened this issue Jul 7, 2024 · 1 comment · Fixed by #59
Assignees
Labels
gssoc An issue for GSSOC'24 Level3 GSSOC 3

Comments

@Ratangulati
Copy link
Contributor

Docker is a must for open-source projects nowadays as it has its benefits.

Use Case
Dockerfile has many benefits but consistency and isolation stand out the most.

Docker allows you to package your entire application, including its dependencies, into a single container. That makes sure your application will run across different environments.
another benefit is that it runs in its environment without interfering with other applications or the host system.

I will also be updating the docs for it.

Copy link

github-actions bot commented Jul 7, 2024

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@jatiinyadav jatiinyadav added gssoc An issue for GSSOC'24 Level3 GSSOC 3 labels Jul 9, 2024
@Ratangulati Ratangulati mentioned this issue Jul 13, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc An issue for GSSOC'24 Level3 GSSOC 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants