Docker 101: Unveiling Key Terminologies and the Pre-Docker Era of Server Management
EVOLUTION OF VIRTUALIZATION AND CONTAINERIZATION
Stage 1: Dedicated Servers
Problem: Each application ran on a dedicated server, resulting in inefficiency, environmental impact, and difficulties in handling traffic spikes.
Stage 2: Introduction of ...
devjobalia.hashnode.dev7 min read
Dev K Jobalia
WEB DEV | DSA | DevOps | Open Source | Technical Writer
Containerization, is a form of OS-level virtualization. Containers share the host OS's kernel and resources, allowing multiple containers to run on the same host while sharing the same OS.
AND NOT OS VIRTUALIZATION