]> git.proxmox.com Git - pve-docs.git/commitdiff
pct: minor fixes
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 21 Feb 2016 15:41:06 +0000 (16:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 21 Feb 2016 15:41:06 +0000 (16:41 +0100)
pct.adoc

index 2f6378f8993a9ad321ccbe11a39e20d5199cbc5e..fbf33f90fc28838ea5835fdf3fb55cfb239a5448 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -171,11 +171,10 @@ also provides an easy way to share data between different containers.
 Managing Containers with 'pct'
 ------------------------------
 
 Managing Containers with 'pct'
 ------------------------------
 
-'pct' is a tool to manages Linux Containers (LXC). You can create and
-destroy containers, and control execution
-(start/stop/suspend/resume). Besides that, you can use pct to set
-parameters in the associated config file, like network configuration
-or memory.
+'pct' is the tool to manage Linux Containers on {pve}. You can create
+and destroy containers, and control execution (start, stop, migrate,
+...). You can use pct to set parameters in the associated config file,
+like network configuration or memory.
 
 CLI Usage Examples
 ------------------
 
 CLI Usage Examples
 ------------------
@@ -213,9 +212,9 @@ Reduce the memory of the container to 512MB
 Files
 ------
 
 Files
 ------
 
-'/etc/pve/lxc/<vmid>.conf'::
+'/etc/pve/lxc/<CTID>.conf'::
 
 
-Configuration file for the container <vmid>
+Configuration file for the container '<CTID>'.
 
 
 Container Advantages
 
 
 Container Advantages