From: Patrick Toomey Date: Wed, 19 Aug 2015 17:05:12 +0000 (-0600) Subject: Update english docs for new lxc.init_uid and lxc.init_gid options X-Git-Tag: lxc-2.0.0.beta1~164^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbca923;p=thirdparty%2Flxc.git Update english docs for new lxc.init_uid and lxc.init_gid options Signed-off-by: Patrick Toomey --- 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