[lxc-devel] [PATCH] doc: Add lxc.init_(uid|gid) in Korean lxc.container.conf(5)

Stéphane Graber stgraber at ubuntu.com
Mon Sep 21 15:31:50 UTC 2015


On Tue, Sep 01, 2015 at 05:45:38PM +0900, Sungbae Yoo wrote:
> update for commit dbca923
> 
> Signed-off-by: Sungbae Yoo <sungbae.yoo at samsung.com>

Acked-by: Stéphane Graber <stgraber at ubuntu.com>

> ---
>  doc/ko/lxc.container.conf.sgml.in | 48 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 48 insertions(+)
> 
> diff --git a/doc/ko/lxc.container.conf.sgml.in b/doc/ko/lxc.container.conf.sgml.in
> index ba015af..b305680 100644
> --- a/doc/ko/lxc.container.conf.sgml.in
> +++ b/doc/ko/lxc.container.conf.sgml.in
> @@ -321,6 +321,54 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
>      </refsect2>
>  
>      <refsect2>
> +      <title><!-- Init ID -->Init이 사용할 ID</title>
> +      <para>
> +        <!--
> +        Sets the UID/GID to use for the init system, and subsequent command, executed by lxc-execute.
> +        -->
> +        lxc-execute가 실행하는 컨테이너의 init 및 명령어가 사용할 UID/GID를 지정한다.
> +
> +        <!--
> +        These options are only used when lxc-execute is started in a private user namespace.
> +        -->
> +        이 옵션들은 lxc-execute가 사용자 네임스페이스 안에서 실행될 때만 적용된다.
> +
> +        <!--
> +        Defaults to: UID(0), GID(0)
> +        -->
> +        기본 값: UID(0), GID(0)
> +      </para>
> +      <variablelist>
> +        <varlistentry>
> +          <term>
> +            <option>lxc.init_uid</option>
> +          </term>
> +          <listitem>
> +            <para>
> +              <!--
> +              UID to use within a private user namesapce for init.
> +                -->
> +              init이 사용자 네임스페이스 안에서 사용할 UID.
> +            </para>
> +          </listitem>
> +        </varlistentry>
> +        <varlistentry>
> +          <term>
> +            <option>lxc.init_gid</option>
> +          </term>
> +          <listitem>
> +            <para>
> +              <!--
> +              GID to use within a private user namesapce for init.
> +                -->
> +              init이 사용자 네임스페이스 안에서 사용할 GID.
> +            </para>
> +          </listitem>
> +        </varlistentry>
> +      </variablelist>
> +    </refsect2>
> +
> +    <refsect2>
>        <title><!-- Network -->네트워크</title>
>        <para>
>          <!--
> -- 
> 1.9.1
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20150921/1fa667da/attachment.sig>


More information about the lxc-devel mailing list