1lxc.system.conf(5) lxc.system.conf(5)
2
3
4
6 lxc.system.conf - LXC system configuration file
7
9 The system configuration is located at /etc/lxc/lxc.conf or ~/.con‐
10 fig/lxc/lxc.conf for unprivileged containers.
11
12 This configuration file is used to set values such as default lookup
13 paths and storage backend settings for LXC.
14
15 CONFIGURATION PATHS
16 lxc.lxcpath
17 The location in which all containers are stored.
18
19 lxc.default_config
20 The path to the default container configuration.
21
22 CONTROL GROUPS
23 lxc.cgroup.use
24 Comma separated list of cgroup controllers to setup. If none is
25 specified, all available controllers will be used.
26
27 lxc.cgroup.pattern
28 Format string used to generate the cgroup path (e.g. lxc/%n).
29
30 LVM
31 lxc.bdev.lvm.vg
32 Default LVM volume group name.
33
34 lxc.bdev.lvm.thin_pool
35 Default LVM thin pool name.
36
37 ZFS
38 lxc.bdev.zfs.root
39 Default ZFS root name.
40
42 lxc.container.conf(5), lxc.system.conf(5), lxc-usernet(5)
43
45 lxc(7), lxc-create(1), lxc-copy(1), lxc-destroy(1), lxc-start(1), lxc-
46 stop(1), lxc-execute(1), lxc-console(1), lxc-monitor(1), lxc-wait(1),
47 lxc-cgroup(1), lxc-ls(1), lxc-info(1), lxc-freeze(1), lxc-unfreeze(1),
48 lxc-attach(1), lxc.conf(5)
49
51 Stéphane Graber <stgraber@ubuntu.com>
52
53
54
55 2022-07-21 lxc.system.conf(5)