X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct.conf.adoc;h=66dcf465b1b9ae2e9948feb313a3da467dcfcb06;hp=0b3d6cbb24a9126bf40c970ab4b8267e26db9bcb;hb=9e8f2770b0b2e65938a2f543f861e88a57305000;hpb=0abc65b04f6a78333e60c0d84f1b153ba98f7ed6 diff --git a/pct.conf.adoc b/pct.conf.adoc index 0b3d6cb..66dcf46 100644 --- a/pct.conf.adoc +++ b/pct.conf.adoc @@ -12,7 +12,7 @@ pct.conf - Proxmox VE Container Configuration SYNOPSYS -------- -'/etc/pve/lxc/.conf' +`/etc/pve/lxc/.conf` DESCRIPTION @@ -25,8 +25,8 @@ Container Configuration include::attributes.txt[] endif::manvolnum[] -The '/etc/pve/lxc/.conf' files stores container configuration, -where "CTID" is the numeric ID of the given container. +The `/etc/pve/lxc/.conf` files stores container configuration, +where `CTID` is the numeric ID of the given container. NOTE: IDs <= 100 are reserved for internal purposes. @@ -39,12 +39,12 @@ the following format: OPTION: value -Blank lines in the file are ignored, and lines starting with a '#' +Blank lines in the file are ignored, and lines starting with a `#` character are treated as comments and are also ignored. -One can use the 'pct' command to generate and modify those files. +One can use the `pct` command to generate and modify those files. -It is also possible to add low-level lxc style configuration directly, for +It is also possible to add low-level LXC-style configuration directly, for example: lxc.init_cmd: /sbin/my_own_init @@ -53,7 +53,7 @@ or lxc.init_cmd = /sbin/my_own_init -Those settings are directly passed to the lxc low-level tools. +Those settings are directly passed to the LXC low-level tools. Options