mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:53:18 +00:00
doc: Update Japanese lxc-start(1)
Update for commit 7faa7f5200
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
c9d845b518
commit
a6daed42f7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user