mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
628 B
628 B
| title | aliases | tags | ||
|---|---|---|---|---|
| docker-containers | Docker Containers |
|
link:https://www.youtube.com/watch?v=eGz9DS-aIeY
where virtual machines virtualise hardware, docker virtualises OSs. Each of the containers uses the same underlying kernel. This is why its so fast. It is also why you cant run a windows OS and a Linux OS at the same time - because they use different kernels.
Crontrol groups control how much OS resources each container can use.
VM:
- hardware
- hypervisor
- windows
- ubuntu
- debian
- etc
- hypervisor
Docker
- hardware
- ubuntu
- docker
- debian
- ubuntu
- windows
- etc
- docker
- ubuntu