Programs; containers: Difference between revisions

From wikinotes
No edit summary
 
Line 19: Line 19:
| [[LXC Containers]]  
| [[LXC Containers]]  
|-
|-
| [[docker]]  
| [[docker]]
|-
| [[podman]]
|-
|}
|}

Revision as of 23:39, 6 September 2022

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