Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
5033e123
Commit
5033e123
authored
Sep 01, 2015
by
Sungbae Yoo
Committed by
Stéphane Graber
Sep 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add lxc.init_(uid|gid) in Korean lxc.container.conf(5)
update for commit
dbca9237
Signed-off-by:
Sungbae Yoo
<
sungbae.yoo@samsung.com
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
3703aa9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
lxc.container.conf.sgml.in
doc/ko/lxc.container.conf.sgml.in
+48
-0
No files found.
doc/ko/lxc.container.conf.sgml.in
View file @
5033e123
...
@@ -321,6 +321,54 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -321,6 +321,54 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
</refsect2>
</refsect2>
<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>
<title><!-- Network -->네트워크</title>
<para>
<para>
<!--
<!--
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment