Containers vs VMs (pourquoi utiliser Docker)

To learn more, follow the "Build Docker" challenge at https://app.codecrafters.io/join?via=... Today, we have a hot topic to delve into: Containers versus virtual machines. Are you sure you understand the difference between the two? While working on a Docker build challenge with Go, I realized I hadn't quite grasped what a container is. Let me ask you this: Do you know under what conditions running a Docker container is at least as computationally expensive as running a virtual machine? If you don't know the answer to this question, don't go away. We'll be looking to answer this question and others, such as: What is a VM? What is a container? What are the differences between a container and a VM? Why is a container generally lighter? What are the disadvantages of using a container compared to a VM? The first step is to understand what a VM (or virtual machine) is. #docker #virtualmachines #vm ---------- My newsletter: https://kodaps.dev/fr/newsletter My website: https://kodaps.dev/fr