Programs; containers: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
much of the filesystem can be shared as well.
much of the filesystem can be shared as well.


= Container Providers =
<blockquote>
== BSD ==
== BSD ==
{|
{|
| [[FreeBSD jails]]  
| [[FreeBSD jails]]
|}
|}


== linux ==
== linux ==
{|
{|
!colspan| managers
| [[LXC Containers]]
|-
| [[docker]]
|-
| [[podman]]
|-
|}
</blockquote><!-- Container Providers -->
 
= Container Managers =
<blockquote>
{| class="wikitable"
|-
|-
| [[kubernetes]]
| [[kubernetes]]
|-
|-
!colspan| containers
| [[portainer]]
|-
| [[LXC Containers]]  
|-
|-
| [[docker]]
|}
|}
</blockquote><!-- Container Managers -->

Latest revision as of 15:18, 20 July 2023

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.

Container Providers

BSD

FreeBSD jails

linux

LXC Containers
docker
podman

Container Managers

kubernetes
portainer