[lxc-devel] [lxc/master] docs: tools: -d/--daemonize for lxc-execute

2xsec on Github lxc-bot at linuxcontainers.org
Sun Jul 22 04:29:34 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 346 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180722/52ed6e25/attachment.bin>
-------------- next part --------------
From b571ff38dae76d6ec453764f13407a02f53acc04 Mon Sep 17 00:00:00 2001
From: 2xsec <dh48.jeong at samsung.com>
Date: Sun, 22 Jul 2018 13:26:52 +0900
Subject: [PATCH] docs: tools: -d/--daemonize for lxc-execute

Signed-off-by: 2xsec <dh48.jeong at samsung.com>
---
 doc/ko/lxc-execute.sgml.in | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/ko/lxc-execute.sgml.in b/doc/ko/lxc-execute.sgml.in
index e7dc794fc..51ce14df2 100644
--- a/doc/ko/lxc-execute.sgml.in
+++ b/doc/ko/lxc-execute.sgml.in
@@ -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>
@@ -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>


More information about the lxc-devel mailing list