From: Dietmar Maurer Date: Sun, 30 Oct 2016 08:24:07 +0000 (+0100) Subject: pct.adoc: move section Technology to the top X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=99f6ae1a7fd9ec8bb911deea84614439403bfb02 pct.adoc: move section Technology to the top --- diff --git a/pct.adoc b/pct.adoc index a341129..b55ce1d 100644 --- a/pct.adoc +++ b/pct.adoc @@ -68,6 +68,32 @@ NOTE: If you want to run micro-containers (with docker, rkt, ...), it is best to run them inside a VM. +Technology Overview +------------------- + +* LXC (https://linuxcontainers.org/) + +* Integrated into {pve} graphical user interface (GUI) + +* Easy to use command line tool `pct` + +* Access via {pve} REST API + +* lxcfs to provide containerized /proc file system + +* AppArmor/Seccomp to improve security + +* CRIU: for live migration (planned) + +* Use latest available kernels (4.4.X) + +* Image based deployment (templates) + +* Use {pve} storage library + +* Container setup from host (network, DNS, storage, ...) + + Security Considerations ----------------------- @@ -648,26 +674,6 @@ CAUTION: Only do that if you are sure the action which set the lock is no longer running. -Technology Overview -------------------- - -* Integrated into {pve} graphical user interface (GUI) - -* LXC (https://linuxcontainers.org/) - -* lxcfs to provide containerized /proc file system - -* AppArmor - -* CRIU: for live migration (planned) - -* We use latest available kernels (4.4.X) - -* Image based deployment (templates) - -* Container setup from host (network, DNS, storage, ...) - - ifdef::manvolnum[] Files