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
b571ff38
Commit
b571ff38
authored
Jul 22, 2018
by
2xsec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: tools: -d/--daemonize for lxc-execute
Signed-off-by:
2xsec
<
dh48.jeong@samsung.com
>
parent
18d4ffde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
lxc-execute.sgml.in
doc/ko/lxc-execute.sgml.in
+13
-0
No files found.
doc/ko/lxc-execute.sgml.in
View file @
b571ff38
...
@@ -56,6 +56,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -56,6 +56,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<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>
...
@@ -160,6 +161,18 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -160,6 +161,18 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term>
<option>-d, --daemon</option>
</term>
<listitem>
<para>
컨테이너를 데몬으로 실행한다.
컨테이너는 tty를 가지고 있지 않기 때문에, 에러가 발생하더라도 화면에 아무것도 표시되지 않는다.
에러를 확인하기 위해 로그 파일을 사용할 수 있다.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--</option></term>
<term><option>--</option></term>
<listitem>
<listitem>
<para>
<para>
...
...
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