]> git.proxmox.com Git - pve-docs.git/blame_incremental - pct.conf.adoc
add qmeventd manpage
[pve-docs.git] / pct.conf.adoc
... / ...
CommitLineData
1ifdef::manvolnum[]
2pct.conf(5)
3===========
4:pve-toplevel:
5
6NAME
7----
8
9pct.conf - Proxmox VE Container Configuration
10
11
12SYNOPSIS
13--------
14
15`/etc/pve/lxc/<CTID>.conf`
16
17
18DESCRIPTION
19-----------
20endif::manvolnum[]
21
22ifndef::manvolnum[]
23Container Configuration
24=======================
25endif::manvolnum[]
26ifdef::wiki[]
27:pve-toplevel:
28:title: Manual: pct.conf
29endif::wiki[]
30
31The `/etc/pve/lxc/<CTID>.conf` files stores container configuration,
32where `CTID` is the numeric ID of the given container.
33
34NOTE: IDs <= 100 are reserved for internal purposes.
35
36
37File Format
38-----------
39
40The file uses a simple colon separated key/value format. Each line has
41the following format:
42
43 OPTION: value
44
45Blank lines in the file are ignored, and lines starting with a `#`
46character are treated as comments and are also ignored.
47
48One can use the `pct` command to generate and modify those files.
49
50It is also possible to add low-level LXC-style configuration directly, for
51example:
52
53 lxc.init_cmd: /sbin/my_own_init
54
55or
56
57 lxc.init_cmd = /sbin/my_own_init
58
59Those settings are directly passed to the LXC low-level tools.
60
61
62Options
63-------
64
65include::pct.conf.5-opts.adoc[]
66
67
68ifdef::manvolnum[]
69include::pve-copyright.adoc[]
70endif::manvolnum[]