Skip to content

Commit

Permalink
Describe --share-net in the lxc-start manual
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Nov 12, 2013
1 parent 38521a3 commit 1137348
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/lxc-start.sgml.in
Expand Up @@ -57,6 +57,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-C</arg>
<arg choice="opt">--share-net <replaceable>name|pid</replaceable></arg>
<arg choice="opt">command</arg>
</cmdsynopsis>
</refsynopsisdiv>
Expand Down Expand Up @@ -186,6 +187,26 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</listitem>
</varlistentry>

<varlistentry>
<term>
<option>--share-net <replaceable>name|pid</replaceable></option>
</term>
<listitem>
<para>
Inherit a network namespace from
a <replaceable>name</replaceable> container or
a <replaceable>pid</replaceable>. The network namespace
will continue to be managed by the original owner. The
network configuration of the starting container is ignored
and the up/down scripts won't be executed.
</para>
</listitem>
</varlistentry>

</para>
</listitem>
</varlistentry>

</variablelist>

</refsect1>
Expand Down

0 comments on commit 1137348

Please sign in to comment.