Docker
| created | 2026-03-01 13:55 |
| modified | 2026-05-27 07:48 |
| status | stub |
First: containers. A container is a thingy that behaves kind of like a virtual machine, except it doesn’t simulate the entire operating system - only specific parts of the system. This makes it super lightweight compared to a VM.
Docker is a way to define and run these containers.