]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.adoc
qm.adoc: improve Locks section
[pve-docs.git] / pct.adoc
index da7db1c60936d96131962a751866d57adc3db519..205d5f5adea14ca62ac78e8d7ab525695754b7a4 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -1,8 +1,8 @@
+[[chapter_pct]]
 ifdef::manvolnum[]
-PVE({manvolnum})
-================
+pct(1)
+======
 include::attributes.txt[]
-
 :pve-toplevel:
 
 NAME
@@ -24,10 +24,10 @@ ifndef::manvolnum[]
 Proxmox Container Toolkit
 =========================
 include::attributes.txt[]
+:pve-toplevel:
 endif::manvolnum[]
-
 ifdef::wiki[]
-:pve-toplevel:
+:title: Linux Container
 endif::wiki[]
 
 Containers are a lightweight alternative to fully virtualized
@@ -105,6 +105,7 @@ kernel security bug rather than an LXC issue. The LXC team thinks
 unprivileged containers are safe by design.
 
 
+[[pct_configuration]]
 Configuration
 -------------
 
@@ -165,6 +166,7 @@ or
 Those settings are directly passed to the LXC low-level tools.
 
 
+[[pct_snapshots]]
 Snapshots
 ~~~~~~~~~
 
@@ -261,12 +263,14 @@ NOTE: Container start fails if the configured `ostype` differs from the auto
 detected type.
 
 
+[[pct_options]]
 Options
 ~~~~~~~
 
 include::pct.conf.5-opts.adoc[]
 
 
+[[pct_container_images]]
 Container Images
 ----------------
 
@@ -333,6 +337,7 @@ example you can delete that image later with:
  pveam remove local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz
 
 
+[[pct_container_storage]]
 Container Storage
 -----------------
 
@@ -490,6 +495,7 @@ ACLs allow you to set more detailed file ownership than the traditional user/
 group/others model.
 
 
+[[pct_container_network]]
 Container Network
 -----------------
 
@@ -629,14 +635,6 @@ attempt with `pct start`, you need to run `pct start` at least once to also
 update the configuration used by `lxc-start`.
 
 
-Files
-------
-
-`/etc/pve/lxc/<CTID>.conf`::
-
-Configuration file for the container '<CTID>'.
-
-
 Container Advantages
 --------------------
 
@@ -681,6 +679,15 @@ Technology Overview
 
 
 ifdef::manvolnum[]
+
+Files
+------
+
+`/etc/pve/lxc/<CTID>.conf`::
+
+Configuration file for the container '<CTID>'.
+
+
 include::pve-copyright.adoc[]
 endif::manvolnum[]