Programs; containers

From wikinotes
Revision as of 22:29, 12 December 2019 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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