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
dbca9237
Commit
dbca9237
authored
Aug 19, 2015
by
Patrick Toomey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update english docs for new lxc.init_uid and lxc.init_gid options
Signed-off-by:
Patrick Toomey
<
ptoomey3@biasedcoin.com
>
parent
72bb04e4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
+33
-0
No files found.
doc/lxc.container.conf.sgml.in
View file @
dbca9237
...
@@ -247,6 +247,39 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -247,6 +247,39 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</refsect2>
</refsect2>
<refsect2>
<refsect2>
<title>Init ID</title>
<para>
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)
</para>
<variablelist>
<varlistentry>
<term>
<option>lxc.init_uid</option>
</term>
<listitem>
<para>
UID to use within a private user namesapce for init.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>lxc.init_gid</option>
</term>
<listitem>
<para>
GID to use within a private user namesapce for init.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title>Network</title>
<title>Network</title>
<para>
<para>
The network section defines how the network is virtualized in
The network section defines how the network is virtualized in
...
...
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