From dbca9237db78eb462efcd17776cd2e44f84b4dd2 Mon Sep 17 00:00:00 2001 From: Patrick Toomey Date: Wed, 19 Aug 2015 11:05:12 -0600 Subject: [PATCH] Update english docs for new lxc.init_uid and lxc.init_gid options Signed-off-by: Patrick Toomey --- doc/lxc.container.conf.sgml.in | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 03ce89ab8..d1ac83484 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -246,6 +246,39 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Init ID + + Sets the UID/GID to use for the init system, and subsequent command, executed by lxc-execute. + + These options are only used when lxc-execute is started in a private user namespace. + + Defaults to: UID(0), GID(0) + + + + + + + + + UID to use within a private user namesapce for init. + + + + + + + + + + GID to use within a private user namesapce for init. + + + + + + Network -- 2.47.2