]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-destroy.sgml.in
doc: Add LXC_CGNS_AWARE env to Korean lxc.container.conf(5)
[mirror_lxc.git] / doc / ko / lxc-destroy.sgml.in
CommitLineData
2b371b26
SY
1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <daniel.lezcano at free.fr>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24Translated into Korean
25by 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>
5901bc79 60 <arg choice="opt">-s</arg>
2b371b26
SY
61 </cmdsynopsis>
62 </refsynopsisdiv>
63
64 <refsect1>
65 <title><!--Description-->설명</title>
66
67 <para>
68 <!--
69 <command>lxc-destroy</command> destroys the system object
70 previously created by the <command>lxc-create</command> command.
71 -->
72 <command>lxc-destroy</command>는 <command>lxc-create</command>로 이전에 생성했던 시스템 객체를 제거한다.
73 </para>
74
75 </refsect1>
76
77 <refsect1>
78
79 <title><!-- Options -->옵션</title>
80
81 <variablelist>
82 <varlistentry>
83 <term>
5901bc79 84 <option>-f, --force</option>
2b371b26
SY
85 </term>
86 <listitem>
87 <para>
88 <!--
89 If a container is running, stop it first. If this option is
90 not specified and the container is running, then
91 <command>lxc-destroy</command> will be aborted.
92 -->
93 만약 컨테이너가 실행중이라면, 컨테이너를 종료시킨다.
94 이 옵션이 지정되지 않았을 때 컨테이너가 실행중이라면, <command>lxc-destroy</command>는 중지될 것이다.
95 </para>
96 </listitem>
97 </varlistentry>
98
99 <varlistentry>
5901bc79 100 <term><option>-s, --snapshots</option></term>
2b371b26
SY
101 <listitem>
102 <para>
103 <!--
5901bc79 104 destroy the specified container including all its snapshots.
2b371b26 105 -->
5901bc79 106 해당 컨테이너의 모든 스냅샷까지 제거한다.
2b371b26
SY
107 </para>
108 </listitem>
109 </varlistentry>
110
111 </variablelist>
112
113 </refsect1>
114
5901bc79
SY
115 &commonoptions;
116
2b371b26
SY
117 <refsect1>
118 <title><!-- Diagnostic -->진단</title>
119
120 <variablelist>
121
122 <varlistentry>
123 <term>The container was not found</term>
124 <listitem>
125 <para>
126 <!--
127 The specified container for destruction was not found. It
128 is probable it does not exists and was already
129 destroyed.You can use the <command>lxc-ls</command>
130 command to list the available containers on the system.
131 -->
132 제거하려는 컨테이너를 찾을 수 없는 경우이다. 아마도 존재하지 않았거나 이미 제거되었을 경우일 것이다. <command>lxc-ls</command> 명령어를 사용하여 시스템에 존재하는 컨테이너를 확인해볼 수 있다.
133 </para>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </refsect1>
140
141 &seealso;
142
143 <refsect1>
144 <title><!-- Author -->저자</title>
145 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
146 </refsect1>
147
148</refentry>
149
150<!-- Keep this comment at the end of the file
151Local variables:
152mode: sgml
153sgml-omittag:t
154sgml-shorttag:t
155sgml-minimize-attributes:nil
156sgml-always-quote-attributes:t
157sgml-indent-step:2
158sgml-indent-data:t
159sgml-parent-document:nil
160sgml-default-dtd-file:nil
161sgml-exposed-tags:nil
162sgml-local-catalogs:nil
163sgml-local-ecat-files:nil
164End:
165-->