pct: minor fixes

This commit is contained in:
Dietmar Maurer 2016-02-21 16:41:06 +01:00
parent 7fc230db0d
commit 9dfe82f147

View File

@ -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 'pct' is the tool to manage Linux Containers on {pve}. You can create
destroy containers, and control execution and destroy containers, and control execution (start, stop, migrate,
(start/stop/suspend/resume). Besides that, you can use pct to set ...). You can use pct to set parameters in the associated config file,
parameters in the associated config file, like network configuration like network configuration or memory.
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