Update for commit 7faa7f52004943f339199bcbad1848cdf50d5f4c Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp> --- doc/ja/lxc-start.sgml.in | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+)
diff --git a/doc/ja/lxc-start.sgml.in b/doc/ja/lxc-start.sgml.in index aad220e..3cd0840 100644 --- a/doc/ja/lxc-start.sgml.in +++ b/doc/ja/lxc-start.sgml.in @@ -63,6 +63,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> <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|ipc|uts] <replaceable>name|pid</replaceable></arg> <arg choice="opt">command</arg> </cmdsynopsis> </refsynopsisdiv> @@ -225,6 +226,59 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> </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. + --> + 名前が <replaceable>name</replaceable> である,もしくは PID が <replaceable>pid</replaceable> であるコンテナとネットワーク名前空間を共有します.ネットワーク名前空間は引き続き元の所有者が管理します.開始するコンテナのネットワーク設定は無視され,up/down のスクリプトは実行されません. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + <option>--share-ipc <replaceable>name|pid</replaceable></option> + </term> + <listitem> + <para> + <!-- + Inherit an IPC namespace from + a <replaceable>name</replaceable> container or + a <replaceable>pid</replaceable>. + --> + 名前が <replaceable>name</replaceable> である,もしくは PID が <replaceable>pid</replaceable> であるコンテナと IPC 名前空間を共有します. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + <option>--share-uts <replaceable>name|pid</replaceable></option> + </term> + <listitem> + <para> + <!-- + Inherit a UTS namespace from + a <replaceable>name</replaceable> container or + a <replaceable>pid</replaceable>. The starting LXC will + not set the hostname, but the container OS may do it + anyway. + --> + 名前が <replaceable>name</replaceable> である,もしくは PID が <replaceable>pid</replaceable> であるコンテナと UTS 名前空間を共有します.LXC は開始するときににはホスト名を設定しませんが,コンテナ内の OS が何らかの方法でホスト名を設定するかもしれません. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> -- 1.8.4.4 ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel