lxc-ls.sgml.in revision 1bc07a5b8dbaef4b6eb6d30a260e9c2153ed368b
422N/A<!--
422N/A
422N/Alxc: linux Container library
422N/A
422N/A(C) Copyright IBM Corp. 2007, 2008
422N/A
422N/AAuthors:
422N/ADaniel Lezcano <daniel.lezcano at free.fr>
422N/A
422N/AThis library is free software; you can redistribute it and/or
422N/Amodify it under the terms of the GNU Lesser General Public
422N/ALicense as published by the Free Software Foundation; either
422N/Aversion 2.1 of the License, or (at your option) any later version.
422N/A
422N/AThis library is distributed in the hope that it will be useful,
422N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
422N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
422N/ALesser General Public License for more details.
422N/A
422N/AYou should have received a copy of the GNU Lesser General Public
422N/ALicense along with this library; if not, write to the Free Software
422N/AFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
422N/A
422N/ATranslated into Japanese
422N/Aby KATOH Yasufumi <karma at jazz.email.ne.jp>
422N/A
422N/A-->
422N/A
422N/A<!DOCTYPE refentry PUBLIC @docdtd@ [
422N/A
422N/A<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
422N/A]>
422N/A
422N/A<refentry>
422N/A
422N/A <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
422N/A
422N/A <refmeta>
422N/A <refentrytitle>lxc-ls</refentrytitle>
422N/A <manvolnum>1</manvolnum>
422N/A </refmeta>
422N/A
422N/A <refnamediv>
422N/A <refname>lxc-ls</refname>
422N/A
422N/A <refpurpose>
422N/A <!--
422N/A list the containers existing on the system
422N/A -->
422N/A システム上に存在するコンテナのリスト表示
422N/A </refpurpose>
422N/A </refnamediv>
422N/A
422N/A <refsynopsisdiv>
422N/A <cmdsynopsis>
422N/A <command>lxc-ls</command>
422N/A <arg choice="opt">-1</arg>
422N/A <arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
422N/A <arg choice="opt">--active</arg>
422N/A <arg choice="opt">--frozen</arg>
422N/A <arg choice="opt">--running</arg>
422N/A <arg choice="opt">--stopped</arg>
422N/A <arg choice="opt">-f</arg>
422N/A <arg choice="opt">-F <replaceable>format</replaceable></arg>
422N/A <arg choice="opt">-g <replaceable>groups</replaceable></arg>
422N/A <arg choice="opt">--nesting</arg>
422N/A <arg choice="opt">filter</arg>
422N/A <arg choice="opt">--version</arg>
422N/A </cmdsynopsis>
422N/A </refsynopsisdiv>
422N/A
422N/A <refsect1>
422N/A <title><!-- Description -->説明</title>
422N/A <para>
422N/A <!--
<command>lxc-ls</command> list the containers existing on the
system.
-->
<command>lxc-ls</command> はシステム上に存在するコンテナをリスト表示します。
</para>
</refsect1>
<refsect1>
<title><!-- Options -->オプション</title>
<variablelist>
<varlistentry>
<term>
<option>-1</option>
</term>
<listitem>
<para>
<!--
Show one entry per line. (default when /dev/stdout isn't a tty)
-->
1 行に 1 エントリ表示します。(/dev/stdout が tty でない場合のデフォルト)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-P, --lxcpath</option>
</term>
<listitem>
<para>
<!--
Use an alternate container path. The default is @LXCPATH@.
-->
デフォルトと別のコンテナパスを使用します。デフォルトは @LXCPATH@ です。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--active</option>
</term>
<listitem>
<para>
<!--
List only active containers (same as &#045;&#045;frozen &#045;&#045;running).
-->
アクティブなコンテナのみリスト表示します。(--frozen --running と同じです)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--frozen</option>
</term>
<listitem>
<para>
<!--
List only frozen containers.
-->
凍結 (frozen) 状態のコンテナのみをリスト表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--running</option>
</term>
<listitem>
<para>
<!--
List only running containers.
-->
実行 (running) 状態のコンテナのみをリスト表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--stopped</option>
</term>
<listitem>
<para>
<!--
List only stopped containers.
-->
停止状態のコンテナのみをリスト表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-f, --fancy</option>
</term>
<listitem>
<para>
<!--
Use a fancy, column-based output.
-->
装飾付きのカラムベースの出力を使用します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-F, --fancy-format <replaceable>format</replaceable></option>
</term>
<listitem>
<para>
<!--
Comma separate list of column to show in the fancy output.
The list of accepted and default fields is listed in \-\-help.
-->
装飾付き出力で表示するカラムのコンマ区切りのリスト。デフォルトで表示される項目と指定可能な項目名は --help オプションで確認してください。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-g, --groups <replaceable>groups</replaceable></option>
</term>
<listitem>
<para>
<!--
Comma separated list of groups the container must have to be displayed.
The parameter may be passed multiple times.
-->
表示させるコンテナグループのコンマ区切りのリスト。このオプションは複数回指定することもできます。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--nesting</option>
</term>
<listitem>
<para>
<!--
Show nested containers.
-->
ネストされたコンテナを表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>filter</option>
</term>
<listitem>
<para>
<!--
The filter passed to <command>lxc-ls</command> will be
applied to the container name. The format is a regular expression.
-->
コンテナ名に対して適用する <command>lxc-ls</command> に与えるフィルタ。
フォーマットは正規表現です。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--version</option>
</term>
<listitem>
<para>
<!--
Show the version number.
-->
バージョン番号を表示します。
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title><!-- Examples -->例</title>
<variablelist>
<varlistentry>
<term>lxc-ls --fancy</term>
<listitem>
<para>
<!--
list all the containers, listing one per line along with its
name, state, ipv4 and ipv6 addresses.
-->
全てのコンテナをリスト表示します。
一行にはコンテナの名前、状態、IPv4 アドレス、IPv6 アドレスが表示されます。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>lxc-ls --active -1</term>
<listitem>
<para>
<!--
list active containers and display the list in one column.
-->
稼働中のコンテナを一列にリスト表示します。
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
&seealso;
<refsect1>
<title><!-- Author -->作者</title>
<para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->