Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file added assigment2-i170362.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions i170362-Muhammad Dawood Minhas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Q1- Docker containers are lightweight, application-level virtualization units that share the host OS kernel.
They offer resource efficiency, portability, and fast startup times.
Virtual machines (VMs) are heavier, hardware-level virtualization units that emulate entire operating systems.
They provide strong isolation but consume more resources and have slower startup times.

Q2- docker run -d --name assignment-2-<i170362> -p 9090:80 --network assignment-2 nginx:1.24.0