X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct.adoc;h=6a81b14c5ac30a0491474375f8e224990f4c61d0;hp=bc6d59733a05ce3e41a111b9850c371983acfdc8;hb=345f5fe0fcfb01f6bad73162c68b21b8c6427745;hpb=083adc34fd184d167931aee00a48f1fd79848d93 diff --git a/pct.adoc b/pct.adoc index bc6d597..6a81b14 100644 --- a/pct.adoc +++ b/pct.adoc @@ -273,7 +273,7 @@ new container, for example: pct create 999 local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz -Proxmox itself ships a set of basic templates for most common +{pve} itself ships a set of basic templates for most common operating systems, and you can download them using the `pveam` (short for {pve} Appliance Manager) command line utility. You can also download https://www.turnkeylinux.org/[TurnKey Linux] containers using @@ -640,23 +640,21 @@ Container Advantages Technology Overview ------------------- -- Integrated into {pve} graphical user interface (GUI) +* Integrated into {pve} graphical user interface (GUI) -- LXC (https://linuxcontainers.org/) +* LXC (https://linuxcontainers.org/) -- cgmanager for cgroup management +* lxcfs to provide containerized /proc file system -- lxcfs to provive containerized /proc file system +* AppArmor -- apparmor +* CRIU: for live migration (planned) -- CRIU: for live migration (planned) +* We use latest available kernels (4.4.X) -- We use latest available kernels (4.4.X) +* Image based deployment (templates) -- Image based deployment (templates) - -- Container setup from host (Network, DNS, Storage, ...) +* Container setup from host (network, DNS, storage, ...) ifdef::manvolnum[]