cleanup pct.adoc

This commit is contained in:
Fabian Grünbichler 2016-04-15 13:16:02 +02:00 committed by Dietmar Maurer
parent 04ce4dfa6d
commit 166e63d688

View File

@ -101,11 +101,13 @@ unprivileged containers are safe by design.
Configuration Configuration
------------- -------------
The '/etc/pve/lxc/<CTID>.conf' files stores container configuration, The '/etc/pve/lxc/<CTID>.conf' file stores container configuration,
where '<CTID>' is the numeric ID of the given container. Note that where '<CTID>' is the numeric ID of the given container. Like all
CTIDs < 100 are reserved for internal purposes, and CTIDs need to be other files stored inside '/etc/pve/', they get automatically
unique cluster wide. Files are stored inside '/etc/pve/', so they get replicated to all other cluster nodes.
automatically replicated to all other cluster nodes.
NOTE: CTIDs < 100 are reserved for internal purposes, and CTIDs need to be
unique cluster wide.
.Example Container Configuration .Example Container Configuration
---- ----
@ -415,10 +417,11 @@ initialize the `/aquota.user` and `/aquota.group` files by running
quotacheck -cmug / quotacheck -cmug /
quotaon / quotaon /
And edit the quotas via the `edquota` command. (Note that you need to do this and edit the quotas via the `edquota` command. Refer to the documentation
for every mountpoint by passing the mountpoint's path instead of just `/`.) Best of the distribution running inside the container for details.
see the documentation specific to the distributiont running inside the
container. NOTE: You need to run the above commands for every mountpoint by passing
the mountpoint's path instead of just `/`.
Using ACLs inside containers Using ACLs inside containers
---------------------------- ----------------------------