From: Christian Brauner Date: Sun, 24 Sep 2017 12:01:44 +0000 (+0200) Subject: doc: document missing env variables X-Git-Tag: lxc-2.0.9~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=204bdc01b26e61c4f1149c5914bcc3ed5b058c64;p=thirdparty%2Flxc.git doc: document missing env variables Signed-off-by: Christian Brauner --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index df93674c5..84375b13e 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1398,6 +1398,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA LXC_CONFIG_FILE: the path to the container configuration file. LXC_SRC_NAME: in the case of the clone hook, this is the original container's name. LXC_ROOTFS_PATH: this is the lxc.rootfs entry for the container. Note this is likely not where the mounted rootfs is to be found, use LXC_ROOTFS_MOUNT for that. + LXC_CGNS_AWARE: indicated whether the container is cgroup namespace aware. + LXC_LOG_LEVEL: the container's log level.