diff --git a/A2-i200961-alinaaftab.md b/A2-i200961-alinaaftab.md new file mode 100644 index 00000000..88a976cd --- /dev/null +++ b/A2-i200961-alinaaftab.md @@ -0,0 +1 @@ +VMware and Docker serve different purposes in virtualization and containerization. VMware creates virtual machines (VMs) with complete OS stacks, offering strong isolation but with higher resource overhead. Docker, in contrast, uses containers, sharing the host OS kernel for efficiency. Containers are highly portable and quick to start, making them suitable for modern, cloud-native applications, while VMware is often chosen for legacy apps or scenarios needing strong isolation. The choice depends on specific use cases and requirements. \ No newline at end of file diff --git a/docker.jpg b/docker.jpg new file mode 100644 index 00000000..84037c51 Binary files /dev/null and b/docker.jpg differ