DESCRIPTION

LXC configuration is split in two parts. Container configuration and system configuration.

CONTAINER CONFIGURATION

The container configuration is held in the \*(T<config\*(T> stored in the container's directory.

A basic configuration is generated at container creation time with the default's recommended for the chosen template as well as extra default keys coming from the \*(T<default.conf\*(T> file.

That \*(T<default.conf\*(T> file is either located at \*(T</etc/lxc/default.conf\*(T> or for unprivileged containers at \*(T<~/.config/lxc/default.conf\*(T>.

Details about the syntax of this file can be found in: lxc.container.conf(5)

SYSTEM CONFIGURATION

The system configuration is located at \*(T</etc/lxc/lxc.conf\*(T> or \*(T<~/.config/lxc/lxc.conf\*(T> for unprivileged containers.

This configuration file is used to set values such as default lookup paths and storage backend settings for LXC.

Details about the syntax of this file can be found in: lxc.system.conf(5)

RELATED TO lxc.conf…

AUTHOR

St\('ephane Graber <\*(T<[email protected]\*(T>>