#LearningDevops - Kaniyam Foundation - Docker - Day 2
![Syed Jafer K](https://cdn.hashnode.com/res/hashnode/image/upload/v1717212686034/LYBghyoeH.png)
1 min read
![](https://cdn.hashnode.com/res/hashnode/image/upload/v1701363132751/e5f2bf68-a1dc-4c70-92e6-1b9b3a307041.png)
Virtualization
Virtual Box
Why Virtualization is needed ?
Testing application software
under different os
contstraint memory (process allocation)
Web hosting
Linux machine -> Apache -> HTML files
In a single computer how many can we host ?
Static webpage
Dynamic webpage
feedback form
forums
Change root directory
chroot
usually
/lib - all installed binary files
/bin - binary file
Created a directory and set as root. Install all the packages here and operate inside it.
Not able to scale
No different OS. Only host OS
Virtualization
- OS - Kernel -> Host OS, Guest OS
Solved many problems "It works on my machine"
Virtualization / Container -> Zip the developer machine and ship it.
0
Subscribe to my newsletter
Read articles from Syed Jafer K directly inside your inbox. Subscribe to the newsletter, and don't miss out.
DockerjournallearningLearning Journey#90daysofdevopsiamfullstackdeveloperfullstackdeveloperDeveloperDevops
Written by
![Syed Jafer K](https://cdn.hashnode.com/res/hashnode/image/upload/v1717212686034/LYBghyoeH.png)