-
Notifications
You must be signed in to change notification settings - Fork 427
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
Conversation
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. |
There was a problem hiding this comment.
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?
We have done some modifications now to the proposal! hopefully we understood your comment correctly. |
@George-Bassilious LGTM now, I'm merging. |
* '2021' of github.com:KTH/devops-course: (52 commits) doc: Course automation proposal (KTH#1008) Adds essay proposal (KTH#1009) Create readme.md (KTH#996) Create README.md (KTH#995) doc: add essay proposal for devops course (KTH#988) Presentation Proposal: Continuous testing and its role & application within devops (KTH#1026) Executable tutorial: nginx on vagrant box (KTH#956) Presentation week2 (KTH#1005) Course automation: Verify pull request content changes (KTH#981) Presentation: The history of devops (KTH#1004) Presentation : Influence of DevOps in Software testing (KTH#984) Course automation: Automatic validation and labeling (KTH#949) Essay: Automated tests for infrastructure code (KTH#999) Demo: How to add code coverage report on Github using Clover and GitHub Action (KTH#994) Demo proposal: Implementation of Docker to React Application (KTH#992) Course Automation: automatic labels (KTH#932) Update README.md Reschedule Nix presentation to week 2 (KTH#1001) Course Automation: Upvote other students' work (KTH#991) Presentation Kanban vs Scrum (KTH#993) ...
No description provided.