Skip to content

Commit

Permalink
Demo proposal: Implementation of Docker to React Application (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Bassilious authored Mar 26, 2021
1 parent bd2b02e commit f2a14be
Showing 1 changed file with 21 additions and 0 deletions.
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 native 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 Native application in a video. We will show how to dockerize the different elements of the application.

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.

0 comments on commit f2a14be

Please sign in to comment.