]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ko/lxc-destroy.sgml.in
Merge pull request #1789 from brauner/2017-09-06/fix_documentation
[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 <arg choice="opt">-s</arg>
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>
84 <option>-f, --force</option>
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>
100 <term><option>-s, --snapshots</option></term>
101 <listitem>
102 <para>
103 <!--
104 destroy the specified container including all its snapshots.
105 -->
106 해당 컨테이너의 모든 스냅샷까지 제거한다.
107 </para>
108 </listitem>
109 </varlistentry>
110
111 </variablelist>
112
113 </refsect1>
114
115 &commonoptions;
116
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
151 Local variables:
152 mode: sgml
153 sgml-omittag:t
154 sgml-shorttag:t
155 sgml-minimize-attributes:nil
156 sgml-always-quote-attributes:t
157 sgml-indent-step:2
158 sgml-indent-data:t
159 sgml-parent-document:nil
160 sgml-default-dtd-file:nil
161 sgml-exposed-tags:nil
162 sgml-local-catalogs:nil
163 sgml-local-ecat-files:nil
164 End:
165 -->