]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc.conf.sgml.in
doc: Update Japanese lxc.container.conf(5)
[mirror_lxc.git] / doc / ja / lxc.conf.sgml.in
CommitLineData
8900b9eb 1<!--
57da8c32
KY
2
3lxc: linux Container library
4
fb261f53 5(C) Copyright Canonical Ltd. 2014
57da8c32
KY
6
7Authors:
fb261f53 8Stéphane Graber <stgraber@ubuntu.com>
57da8c32
KY
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 seealso SYSTEM "@builddir@/see_also.sgml">
32]>
33
34<refentry>
35
36 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
37
38 <refmeta>
39 <refentrytitle>lxc.conf</refentrytitle>
40 <manvolnum>5</manvolnum>
41 </refmeta>
42
43 <refnamediv>
44 <refname>lxc.conf</refname>
45
46 <refpurpose>
47 <!--
fb261f53 48 Configuration files for LXC.
57da8c32 49 -->
fb261f53 50 LXC の設定ファイル
57da8c32
KY
51 </refpurpose>
52 </refnamediv>
53
54 <refsect1>
55 <title><!-- Description -->説明</title>
56
57 <para>
58 <!--
fb261f53
KY
59 LXC configuration is split in two parts. Container configuration
60 and system configuration.
57da8c32 61 -->
dc421f3a 62 LXC の設定は 2 つのパートに分かれます。コンテナの設定とシステムの設定です。
57da8c32
KY
63 </para>
64
57da8c32 65 <refsect2>
fb261f53 66 <title><!-- Container configuration -->コンテナの設定</title>
57da8c32
KY
67 <para>
68 <!--
fb261f53
KY
69 The container configuration is held in the
70 <filename>config</filename> stored in the container's
71 directory.
38d626f8 72 -->
dc421f3a 73 コンテナの設定は、コンテナのディレクトリ内の <filename>config</filename> に設定します。
38d626f8 74 </para>
38d626f8 75
38d626f8
KY
76 <para>
77 <!--
fb261f53
KY
78 A basic configuration is generated at container creation time
79 with the default's recommended for the chosen template as well
80 as extra default keys coming from the
81 <filename>default.conf</filename> file.
57da8c32 82 -->
dc421f3a 83 必要最小限の設定は、コンテナの作成時に選択したテンプレートの推奨するデフォルトと、<filename>default.conf</filename> ファイルに記載されているデフォルトに追加する設定から生成されます。
57da8c32 84 </para>
57da8c32 85
57da8c32
KY
86 <para>
87 <!--
fb261f53
KY
88 That <filename>default.conf</filename> file is either located
89 at <filename>@LXC_DEFAULT_CONFIG@</filename> or for
90 unprivileged containers at
91 <filename>~/.config/lxc/default.conf</filename>.
57da8c32 92 -->
dc421f3a
KY
93 <filename>default.conf</filename> ファイルは <filename>@LXC_DEFAULT_CONFIG@</filename> に置かれます。
94 非特権コンテナの場合には <filename>~/.config/lxc/default.conf</filename> を使用します。
a5ba9671 95 </para>
a5ba9671 96
57da8c32
KY
97 <para>
98 <!--
fb261f53
KY
99 Details about the syntax of this file can be found in:
100 <citerefentry>
101 <refentrytitle><command>lxc.container.conf</command></refentrytitle>
102 <manvolnum>5</manvolnum>
103 </citerefentry>
104 -->
dc421f3a 105 このファイルの書式は以下を参照してください。
fb261f53
KY
106 <citerefentry>
107 <refentrytitle><command>lxc.container.conf</command></refentrytitle>
108 <manvolnum>5</manvolnum>
109 </citerefentry>
57da8c32 110 </para>
57da8c32
KY
111 </refsect2>
112
113 <refsect2>
fb261f53 114 <title><!-- System configuration -->システム設定</title>
a5ba9671
KY
115 <para>
116 <!--
fb261f53
KY
117 The system configuration is located at
118 <filename>@LXC_GLOBAL_CONF@</filename> or
119 <filename>~/.config/lxc/lxc.conf</filename> for unprivileged
120 containers.
121 -->
dc421f3a 122 システムの設定には <filename>@LXC_GLOBAL_CONF@</filename> を使用します。非特権コンテナの場合は <filename>~/.config/lxc/lxc.conf</filename> を使用します。
57da8c32 123 </para>
57da8c32 124
57da8c32
KY
125 <para>
126 <!--
fb261f53
KY
127 This configuration file is used to set values such as default
128 lookup paths and storage backend settings for LXC.
129 -->
dc421f3a 130 この設定ファイルは LXC のデフォルトパスやストレージバックエンドの設定のような値を設定する時に使用します。
57da8c32 131 </para>
a5ba9671 132
57da8c32
KY
133 <para>
134 <!--
fb261f53
KY
135 Details about the syntax of this file can be found in:
136 <citerefentry>
137 <refentrytitle><command>lxc.system.conf</command></refentrytitle>
138 <manvolnum>5</manvolnum>
139 </citerefentry>
140 -->
dc421f3a 141 このファイルの書式は以下を参照してください。
fb261f53
KY
142 <citerefentry>
143 <refentrytitle><command>lxc.system.conf</command></refentrytitle>
144 <manvolnum>5</manvolnum>
145 </citerefentry>
57da8c32 146 </para>
57da8c32 147 </refsect2>
57da8c32
KY
148 </refsect1>
149
150 <refsect1>
151 <title>See Also</title>
152 <simpara>
153 <citerefentry>
fb261f53
KY
154 <refentrytitle><command>lxc</command></refentrytitle>
155 <manvolnum>1</manvolnum>
57da8c32 156 </citerefentry>,
57da8c32 157 <citerefentry>
fb261f53
KY
158 <refentrytitle><command>lxc.container.conf</command></refentrytitle>
159 <manvolnum>5</manvolnum>
57da8c32 160 </citerefentry>,
57da8c32 161 <citerefentry>
fb261f53
KY
162 <refentrytitle><command>lxc.system.conf</command></refentrytitle>
163 <manvolnum>5</manvolnum>
164 </citerefentry>,
a5ba9671 165 <citerefentry>
fb261f53
KY
166 <refentrytitle><command>lxc-usernet</command></refentrytitle>
167 <manvolnum>5</manvolnum>
a5ba9671 168 </citerefentry>
57da8c32
KY
169 </simpara>
170 </refsect1>
171
57da8c32 172 <refsect1>
51fded06 173 <title><!-- Author -->作者</title>
fb261f53 174 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
57da8c32 175 </refsect1>
57da8c32
KY
176</refentry>
177
178<!-- Keep this comment at the end of the file
179Local variables:
180mode: sgml
181sgml-omittag:t
182sgml-shorttag:t
183sgml-minimize-attributes:nil
184sgml-always-quote-attributes:t
185sgml-indent-step:2
186sgml-indent-data:t
187sgml-parent-document:nil
188sgml-default-dtd-file:nil
189sgml-exposed-tags:nil
190sgml-local-catalogs:nil
191sgml-local-ecat-files:nil
192End:
193-->