Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions I20-2307-Muhammad-Moosa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
VMs (Virtual Machines):

Virtualize hardware, including a complete OS for each VM.
High resource usage (memory, CPU, storage).
Strong isolation.
Slower startup.
Less portability due to larger images.
Docker Containers:

Virtualize the OS, sharing the host OS kernel.
Low resource usage.
Application-level isolation.
Almost instant startup.
Highly portable, small image sizes.
Binary file added devops.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.