]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add -F option to Japanese lxc-start(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 1 Aug 2014 10:37:53 +0000 (19:37 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 4 Aug 2014 19:46:40 +0000 (15:46 -0400)
Update for commit 476d302

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-start.sgml.in

index 76b3b7d36130e3cb6ff06eb3144a1ccfdf8e485a..5f787917c3d5247571724672b27ad0066b47d3cc 100644 (file)
@@ -60,6 +60,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-c <replaceable>console_device</replaceable></arg>
       <arg choice="opt">-L <replaceable>console_logfile</replaceable></arg>
       <arg choice="opt">-d</arg>
+      <arg choice="opt">-F</arg>
       <arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
       <arg choice="opt">-s KEY=VAL</arg>
       <arg choice="opt">-C</arg>
@@ -126,6 +127,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+       <term>
+         <option>-F, --foreground</option>
+       </term>
+       <listitem>
+         <para>
+            <!--
+           Run the container in the foreground. In this mode, the container
+           console will be attached to the current tty and signals will be routed
+           directly to the container.
+            -->
+            コンテナをフォアグラウンドで実行します。このモードでは、コンテナコンソールは現在使用中の tty に割り当てられ、シグナルはコンテナに直接送られます。(これがデフォルトのモードです)
+         </para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
        <term>
          <option>-p, --pidfile <replaceable>pid_file</replaceable></option>