Programs; containers

From wikinotes
Revision as of 23:39, 6 September 2022 by Will (talk | contribs) (→‎linux)

Containerization is a much lighter alternative to virtualization, if you are going to have multiple VMs that all run the same base-operating system. The kernel/memory is shared, and depending on the OS/container system, often much of the filesystem can be shared as well.

BSD

FreeBSD jails

linux

managers
kubernetes
containers
LXC Containers
docker
podman