]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc-destroy.sgml.in
start: call lxc_find_gateway_addresses early
[mirror_lxc.git] / doc / ja / lxc-destroy.sgml.in
CommitLineData
8900b9eb 1<!--
57da8c32
KY
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
a5ba9671 22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
57da8c32 23
8900b9eb 24Translated into Japanese
57da8c32
KY
25by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27-->
28
faefa7f8 29<!DOCTYPE refentry PUBLIC @docdtd@ [
57da8c32
KY
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 -->
3635c5ee 51 コンテナの削除
57da8c32
KY
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>
3635c5ee 60 <arg choice="opt">-s</arg>
57da8c32
KY
61 </cmdsynopsis>
62 </refsynopsisdiv>
63
64 <refsect1>
51fded06 65 <title><!-- Description -->説明</title>
57da8c32
KY
66
67 <para>
68 <!--
69 <command>lxc-destroy</command> destroys the system object
70 previously created by the <command>lxc-create</command> command.
71 -->
3635c5ee 72 <command>lxc-destroy</command> は、<command>lxc-create</command> で以前に作成したシステムオブジェクトを削除します。
57da8c32
KY
73 </para>
74
75 </refsect1>
76
77 <refsect1>
78
79 <title><!-- Options -->オプション</title>
80
81 <variablelist>
82 <varlistentry>
83 <term>
3635c5ee 84 <option>-f, --force</option>
57da8c32
KY
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 -->
dc421f3a 93 コンテナが実行中の場合、まずコンテナを停止させます。
3635c5ee 94 このオプションが指定されていない場合、コンテナが実行中のときは <command>lxc-destroy</command> コマンドは実行を中断します。
57da8c32
KY
95 </para>
96 </listitem>
97 </varlistentry>
98
99 <varlistentry>
3635c5ee 100 <term><option>-s, --snapshots</option></term>
57da8c32
KY
101 <listitem>
102 <para>
103 <!--
3635c5ee 104 destroy the specified container including all its snapshots.
57da8c32 105 -->
3635c5ee 106 指定したコンテナとそのスナップショットをすべて削除します。
57da8c32
KY
107 </para>
108 </listitem>
109 </varlistentry>
110
111 </variablelist>
112
113 </refsect1>
114
3635c5ee
KY
115 &commonoptions;
116
57da8c32
KY
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
a600d021 129 destroyed.You can use the <command>lxc-ls</command>
57da8c32
KY
130 command to list the available containers on the system.
131 -->
3635c5ee
KY
132 削除する対象のコンテナが見つかりません。
133 おそらくそのコンテナが存在しないのか、既に削除された後なのでしょう。
dc421f3a 134 <command>lxc-ls</command> コマンドを使って、システム上に存在するコンテナのリストを得ることができます。
57da8c32
KY
135 </para>
136 </listitem>
8900b9eb 137 </varlistentry>
57da8c32
KY
138
139 </variablelist>
140
141 </refsect1>
142
143 &seealso;
144
145 <refsect1>
146 <title><!-- Author -->作者</title>
147 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
148 </refsect1>
149
150</refentry>
151
152<!-- Keep this comment at the end of the file
153Local variables:
154mode: sgml
155sgml-omittag:t
156sgml-shorttag:t
157sgml-minimize-attributes:nil
158sgml-always-quote-attributes:t
159sgml-indent-step:2
160sgml-indent-data:t
161sgml-parent-document:nil
162sgml-default-dtd-file:nil
163sgml-exposed-tags:nil
164sgml-local-catalogs:nil
165sgml-local-ecat-files:nil
166End:
167-->