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

Demo proposal: Implementation of Docker to React Application #992

Merged
merged 4 commits into from
Mar 26, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions contributions/demo/despinoy-gdba/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Demo: Docker implementation to React project
## Member
Name: George Bassilious

Mail: gdba@kth.se

Github: George-Bassilious

Name: Eva Despinoy

Mail: despinoy@kth.se

Github: evkade


##Proposal:
The demo will show how to integrate docker in a React application in a video.

This is related to DevOps as docker helps running applications in any environment as it puts the code in containers which virtualizes the operating system of the application. Docker seems to be better than using virtual machines in terms of efficiency,scalability and performance. In DevOps it is important that you can have an ecosystem of practises that automate the work between development and testing and therefore Docker provides that ecosystem in an efficient way.

The demo is relevant to teach people to use docker.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your proposal doesn't fulfill the difficulty and originality criteria for a demo, see https://github.com/KTH/devops-course/blob/2021/grading-criteria.md#video-demos.
Can you refine it and make it more specific, eg. by dockerizing and deploying a React native application instead?