proxmox:guests_vms_and_containers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:guests_vms_and_containers [2021/07/01 13:41] peterproxmox:guests_vms_and_containers [2023/10/07 11:11] (current) peter
Line 1: Line 1:
 ====== Proxmox - Guests (VMs and Containers) ====== ====== Proxmox - Guests (VMs and Containers) ======
 +
 +VMs are virtual machines powered by [[https://www.qemu.org/|QEMU]]:
 +
 +  * Separate OS.
 +  * Completely separate kernel.
 +  * Completely isolated from the host OS.
 +  * Some additional overhead.
 +  * Devices such as GPUs, drives or USB controllers have to be passed in entirely.
 +  * Limited support for passing through single HDDs, but not recommended.
 +
 +[[https://linuxcontainers.org/|LXC containers]]:
 +
 +  * Share the same kernel as the host.
 +  * Less overhead.
 +  * Greater performance.
 +  * Constrained to only being Linux, but any distribution.
 +  * As LXC processes use the same kernel, it means sharing access to things like GPUs and storage is significantly easier, and with less overhead.
 +  * To access storage on the host, just bind mount it in with almost 0 overhead - No PCI pass-through necessary.
 +
 +----
  
 [[Proxmox:Guests (VMs and Containers):Container|Container]] [[Proxmox:Guests (VMs and Containers):Container|Container]]
  
 [[Proxmox:Guests (VMs and Containers):Docker|Docker]] [[Proxmox:Guests (VMs and Containers):Docker|Docker]]
 +
 +[[Proxmox:Guests (VMs and Containers):fsck from host|fsck from host]]
 +
 +[[Proxmox:Guests (VMs and Containers):Qemu-guest-agent|Qemu-guest-agent]]
  
 [[Proxmox:Guests (VMs and Containers):VM|VM]] [[Proxmox:Guests (VMs and Containers):VM|VM]]
proxmox/guests_vms_and_containers.1625146885.txt.gz · Last modified: 2021/07/01 13:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki