]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ko/lxc-destroy.sgml.in
Merge pull request #561 from ysbnim/kor_manual
[mirror_lxc.git] / doc / ko / lxc-destroy.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright IBM Corp. 2007, 2008
6
7 Authors:
8 Daniel Lezcano <daniel.lezcano at free.fr>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24 Translated into Korean
25 by Sungbae Yoo <sungbae.yoo at samsung.com>
26
27 -->
28
29 <!DOCTYPE refentry PUBLIC @docdtd@ [
30
31 <!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
32 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
33 ]>
34
35 <refentry>
36
37 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
38
39 <refmeta>
40 <refentrytitle>lxc-destroy</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
43
44 <refnamediv>
45 <refname>lxc-destroy</refname>
46
47 <refpurpose>
48 <!--
49 destroy a container.
50 -->
51 컨테이너 제거
52 </refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <cmdsynopsis>
57 <command>lxc-destroy</command>
58 <arg choice="req">-n <replaceable>name</replaceable></arg>
59 <arg choice="opt">-f</arg>
60 </cmdsynopsis>
61 </refsynopsisdiv>
62
63 <refsect1>
64 <title><!--Description-->설명</title>
65
66 <para>
67 <!--
68 <command>lxc-destroy</command> destroys the system object
69 previously created by the <command>lxc-create</command> command.
70 -->
71 <command>lxc-destroy</command>는 <command>lxc-create</command>로 이전에 생성했던 시스템 객체를 제거한다.
72 </para>
73
74 </refsect1>
75
76 <refsect1>
77
78 <title><!-- Options -->옵션</title>
79
80 <variablelist>
81 <varlistentry>
82 <term>
83 <option>-f</option>
84 </term>
85 <listitem>
86 <para>
87 <!--
88 If a container is running, stop it first. If this option is
89 not specified and the container is running, then
90 <command>lxc-destroy</command> will be aborted.
91 -->
92 만약 컨테이너가 실행중이라면, 컨테이너를 종료시킨다.
93 이 옵션이 지정되지 않았을 때 컨테이너가 실행중이라면, <command>lxc-destroy</command>는 중지될 것이다.
94 </para>
95 </listitem>
96 </varlistentry>
97
98 <varlistentry>
99 <term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
100 <listitem>
101 <para>
102 <!--
103 Use an alternate container path. The default is @LXCPATH@.
104 -->
105 컨테이너 경로를 지정한다. 기본값은 @LXCPATH@이다.
106 </para>
107 </listitem>
108 </varlistentry>
109
110 </variablelist>
111
112 </refsect1>
113
114 <refsect1>
115 <title><!-- Diagnostic -->진단</title>
116
117 <variablelist>
118
119 <varlistentry>
120 <term>The container was not found</term>
121 <listitem>
122 <para>
123 <!--
124 The specified container for destruction was not found. It
125 is probable it does not exists and was already
126 destroyed.You can use the <command>lxc-ls</command>
127 command to list the available containers on the system.
128 -->
129 제거하려는 컨테이너를 찾을 수 없는 경우이다. 아마도 존재하지 않았거나 이미 제거되었을 경우일 것이다. <command>lxc-ls</command> 명령어를 사용하여 시스템에 존재하는 컨테이너를 확인해볼 수 있다.
130 </para>
131 </listitem>
132 </varlistentry>
133
134 </variablelist>
135
136 </refsect1>
137
138 &seealso;
139
140 <refsect1>
141 <title><!-- Author -->저자</title>
142 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
143 </refsect1>
144
145 </refentry>
146
147 <!-- Keep this comment at the end of the file
148 Local variables:
149 mode: sgml
150 sgml-omittag:t
151 sgml-shorttag:t
152 sgml-minimize-attributes:nil
153 sgml-always-quote-attributes:t
154 sgml-indent-step:2
155 sgml-indent-data:t
156 sgml-parent-document:nil
157 sgml-default-dtd-file:nil
158 sgml-exposed-tags:nil
159 sgml-local-catalogs:nil
160 sgml-local-ecat-files:nil
161 End:
162 -->