Programs; containers: Difference between revisions

From wikinotes
No edit summary
(No difference)

Revision as of 22:29, 12 December 2019

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