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
3 changes: 3 additions & 0 deletions I200858-Waleed-Ahmad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A VM (Virtual machine) is a complete machine and has all of it's own resources. Both docker container and VMs are used for running isolated environments. Docker containers are lightweight, share the host OS kernel, and provide efficient resource utilization, making them ideal for microservices, cloud-native applications, and DevOps environments. They offer portability and scalability. In contrast, virtual machines (VMs) are heavier, run separate OS instances, and provide stronger isolation, making them better suited for legacy applications and scenarios requiring high security. The choice between containers and VMs depends on specific use cases and requirements, with many organizations using both to leverage their respective advantages.
docker run -d -p 9090:80 --name assignment-2-I200858 --network assignment-2 nginx:1.24.0

Binary file added Screenshot from 2023-10-08 10-27-35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot from 2023-10-08 10-28-54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.