diff --git a/assigment2-i170362.png b/assigment2-i170362.png new file mode 100644 index 00000000..172886f5 Binary files /dev/null and b/assigment2-i170362.png differ diff --git a/i170362-Muhammad Dawood Minhas.md b/i170362-Muhammad Dawood Minhas.md new file mode 100644 index 00000000..9f6c37f7 --- /dev/null +++ b/i170362-Muhammad Dawood Minhas.md @@ -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- -p 9090:80 --network assignment-2 nginx:1.24.0 + +