-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demo proposal: Implementation of Docker to React Application (#992)
- Loading branch information
1 parent
bd2b02e
commit f2a14be
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |