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
0750fdbf
Commit
0750fdbf
authored
Aug 01, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add -F option to Japanese lxc-start(1)
Update for commit
476d302c
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
29cb3e8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
lxc-start.sgml.in
doc/ja/lxc-start.sgml.in
+17
-0
No files found.
doc/ja/lxc-start.sgml.in
View file @
0750fdbf
...
@@ -60,6 +60,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -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">-c <replaceable>console_device</replaceable></arg>
<arg choice="opt">-L <replaceable>console_logfile</replaceable></arg>
<arg choice="opt">-L <replaceable>console_logfile</replaceable></arg>
<arg choice="opt">-d</arg>
<arg choice="opt">-d</arg>
<arg choice="opt">-F</arg>
<arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
<arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-C</arg>
<arg choice="opt">-C</arg>
...
@@ -128,6 +129,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -128,6 +129,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry>
<varlistentry>
<term>
<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>
<option>-p, --pidfile <replaceable>pid_file</replaceable></option>
</term>
</term>
<listitem>
<listitem>
...
...
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