Skip to content

Commit

Permalink
docs: tools: -d/--daemonize for lxc-execute
Browse files Browse the repository at this point in the history
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
  • Loading branch information
2xsec authored and Christian Brauner committed Jul 24, 2018
1 parent 4819db2 commit 8713009
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/ko/lxc-execute.sgml.in
Expand Up @@ -56,6 +56,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<cmdsynopsis>
<command>lxc-execute</command>
<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">-s KEY=VAL</arg>
<arg choice="opt">-- <replaceable>command</replaceable></arg>
Expand Down Expand Up @@ -159,6 +160,18 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-d, --daemon</option>
</term>
<listitem>
<para>
컨테이너를 데몬으로 실행한다.
컨테이너는 tty를 가지고 있지 않기 때문에, 에러가 발생하더라도 화면에 아무것도 표시되지 않는다.
에러를 확인하기 위해 로그 파일을 사용할 수 있다.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--</option></term>
<listitem>
Expand Down

0 comments on commit 8713009

Please sign in to comment.