X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct.adoc;h=6a81b14c5ac30a0491474375f8e224990f4c61d0;hp=1579499351ba1985300253f4fa611e95d64a2deb;hb=26ca7ff55309331b9b11b10b64fab2d819454909;hpb=5eba07434fd010e7b96459da2a5bb676a62fe8b1 diff --git a/pct.adoc b/pct.adoc index 1579499..6a81b14 100644 --- a/pct.adoc +++ b/pct.adoc @@ -140,8 +140,10 @@ File Format Container configuration files use a simple colon separated key/value format. Each line has the following format: - # this is a comment - OPTION: value +----- +# this is a comment +OPTION: value +----- Blank lines in those files are ignored, and lines starting with a `#` character are treated as comments and are also ignored. @@ -271,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 @@ -638,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[]