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
ac6cbb38
Unverified
Commit
ac6cbb38
authored
May 15, 2018
by
KATOH Yasufumi
Committed by
Christian Brauner
May 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add "-d/--daemon" option to Japanese lxc-execute(1)
Update for commit
4160ef02
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
e44c4971
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
lxc-execute.sgml.in
doc/ja/lxc-execute.sgml.in
+18
-0
No files found.
doc/ja/lxc-execute.sgml.in
View file @
ac6cbb38
...
@@ -56,6 +56,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -56,6 +56,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<cmdsynopsis>
<cmdsynopsis>
<command>lxc-execute</command>
<command>lxc-execute</command>
<arg choice="req">-n <replaceable>name</replaceable></arg>
<arg choice="req">-n <replaceable>name</replaceable></arg>
<arg choice="opt">-d</arg>
<arg choice="opt">-f <replaceable>config_file</replaceable></arg>
<arg choice="opt">-f <replaceable>config_file</replaceable></arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-- <replaceable>command</replaceable></arg>
<arg choice="opt">-- <replaceable>command</replaceable></arg>
...
@@ -157,6 +158,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -157,6 +158,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<term>
<option>-d, --daemon</option>
</term>
<listitem>
<para>
<!--
Run the container as a daemon. As the container has no
more tty, if an error occurs nothing will be displayed,
the log file can be used to check the error.
-->
コンテナをデーモンとして実行します。コンテナには TTY がありませんので、エラーが発生した場合は何も表示されません。エラーのチェックにはログファイルを使用すると良いでしょう。
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term><option>--</option></term>
<term><option>--</option></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