lxc-ls.sgml.in revision 129881b9d52cbe45ed1e2529da980fa231c4e97e
1516N/A<!--
50N/A
50N/Alxc: linux Container library
50N/A
50N/A(C) Copyright IBM Corp. 2007, 2008
50N/A
50N/AAuthors:
50N/ADaniel Lezcano <daniel.lezcano at free.fr>
50N/A
50N/AThis library is free software; you can redistribute it and/or
50N/Amodify it under the terms of the GNU Lesser General Public
50N/ALicense as published by the Free Software Foundation; either
50N/Aversion 2.1 of the License, or (at your option) any later version.
50N/A
50N/AThis library is distributed in the hope that it will be useful,
50N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
50N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50N/ALesser General Public License for more details.
50N/A
50N/AYou should have received a copy of the GNU Lesser General Public
50N/ALicense along with this library; if not, write to the Free Software
50N/AFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2026N/A
3402N/ATranslated into Korean
2026N/Aby Sungbae Yoo <sungbae.yoo at samsung.com>
50N/A
2627N/A-->
3159N/A
202N/A<!DOCTYPE refentry PUBLIC @docdtd@ [
2690N/A
3159N/A<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
3234N/A<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
3159N/A]>
1431N/A
1755N/A<refentry>
1352N/A
1618N/A <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
2690N/A
72N/A <refmeta>
2690N/A <refentrytitle>lxc-ls</refentrytitle>
2690N/A <manvolnum>1</manvolnum>
3194N/A </refmeta>
3194N/A
2690N/A <refnamediv>
1431N/A <refname>lxc-ls</refname>
50N/A
2690N/A <refpurpose>
1618N/A <!--
50N/A list the containers existing on the system
50N/A -->
50N/A 시스템 내에 존재하는 컨테이너들의 리스트 표시
66N/A </refpurpose>
135N/A </refnamediv>
66N/A
66N/A <refsynopsisdiv>
50N/A <cmdsynopsis>
2205N/A <command>lxc-ls</command>
2627N/A <arg choice="opt">-1</arg>
2690N/A <arg choice="opt">--active</arg>
2690N/A <arg choice="opt">--frozen</arg>
2627N/A <arg choice="opt">--running</arg>
2627N/A <arg choice="opt">--stopped</arg>
3415N/A <arg choice="opt">-f</arg>
2627N/A <arg choice="opt">-F <replaceable>format</replaceable></arg>
2627N/A <arg choice="opt">-g <replaceable>groups</replaceable></arg>
2627N/A <arg choice="opt">--nesting=<replaceable>NUM</replaceable></arg>
2627N/A <arg choice="opt">--filter=<replaceable>regex</replaceable></arg>
2627N/A </cmdsynopsis>
2627N/A </refsynopsisdiv>
2627N/A
2627N/A <refsect1>
2627N/A <title><!-- Description -->설명</title>
2205N/A <para>
1846N/A <!--
2690N/A <command>lxc-ls</command> list the containers existing on the
2690N/A system.
2690N/A -->
2690N/A <command>lxc-ls</command>는 시스템 내에 존재하는 컨테이너들의 리스트를 표시한다.
2690N/A </para>
2690N/A </refsect1>
2690N/A
2690N/A <refsect1>
2690N/A <title><!-- Options -->옵션</title>
2690N/A <variablelist>
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>-1</option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
3415N/A Show one entry per line. (default when /dev/stdout isn't a tty)
2690N/A -->
2690N/A 1개의 항목를 한 줄에 표시한다. (/dev/stdout이 tty가 아닌 경우 기본)
2690N/A </para>
2690N/A </listitem>
2690N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>--active</option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A List only active containers (same as &#045;&#045;frozen &#045;&#045;running).
2690N/A -->
3234N/A 동작 중인 컨테이너들의 리스트를 표시한다. (&#045;&#045;frozen &#045;&#045;running과 동일)
2690N/A </para>
2690N/A </listitem>
2690N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>--frozen</option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A List only frozen containers.
2690N/A -->
2627N/A 동결된 컨테이너들의 리스트를 표시한다.
50N/A </para>
2054N/A </listitem>
50N/A </varlistentry>
1846N/A
2054N/A <varlistentry>
1846N/A <term>
1846N/A <option>--running</option>
50N/A </term>
1846N/A <listitem>
235N/A <para>
2690N/A <!--
2690N/A List only running containers.
2453N/A -->
3415N/A 실행 중인 컨테이너들의 리스트를 표시한다.
1846N/A </para>
1846N/A </listitem>
2205N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>--stopped</option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A List only stopped containers.
2690N/A -->
2690N/A 종료되어 있는 컨테이너들의 리스트를 표시한다.
2690N/A </para>
2690N/A </listitem>
2690N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>-f, --fancy</option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A Use a fancy, column-based output.
2690N/A -->
2690N/A 예쁘게, 컬럼 기반으로 출력해준다.
2690N/A </para>
2690N/A </listitem>
2690N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>-F, --fancy-format <replaceable>format</replaceable></option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A Comma separate list of column to show in the fancy output.
2690N/A The list of accepted and default fields is listed in \-\-help.
2690N/A -->
2690N/A &#045;&#045;fancy로 출력할때 어떤 컬럼을 보여줄지 쉼표(,)로 구분된 리스트.
2690N/A 기본으로 표시되는 항목 및 선택할 수 있는 항목을 확인하려면 --help를 사용하면 된다.
2690N/A </para>
2690N/A </listitem>
2690N/A </varlistentry>
2690N/A
2690N/A <varlistentry>
2690N/A <term>
2690N/A <option>-g, --groups <replaceable>groups</replaceable></option>
2690N/A </term>
2690N/A <listitem>
2690N/A <para>
2690N/A <!--
2690N/A Comma separated list of groups the container must have to be displayed.
2690N/A The parameter may be passed multiple times.
2690N/A -->
2690N/A 표시하고자하는 컨테이너 그룹의 쉼표로 구분된 리스트.
580N/A 이 인수는 여러번 사용될 수 있다.
63N/A </para>
3158N/A </listitem>
3158N/A </varlistentry>
202N/A
3158N/A <varlistentry>
72N/A <term>
63N/A <option>--nesting=<replaceable>NUM</replaceable></option>
1618N/A </term>
1618N/A <listitem>
1618N/A <para>
1618N/A <!--
1618N/A Show nested containers. The number of nesting levels to be shown can
1618N/A be specified by passing a number as argument.
1618N/A -->
1618N/A 중첩된(nested) 컨테이너들의 리스트를 표시한다. 몇번 중첩된(nested) 컨테이너를 보여줄지 숫자로 지정할 수 있다.
2690N/A </para>
1618N/A </listitem>
1618N/A </varlistentry>
1618N/A
1618N/A <varlistentry>
1618N/A <term>
1618N/A <option>--filter=<replaceable>regex</replaceable></option>
1505N/A </term>
1505N/A <listitem>
1505N/A <para>
1505N/A <!--
1505N/A The regular expression passed to <command>lxc-ls</command> will be
1505N/A applied to the container name. The format is a POSIX extended
1271N/A regular expression. It can also be given as additional argument
3159N/A without explicitly using <option>\-\-filter</option>.
3159N/A -->
3159N/A <command>lxc-ls</command> 명령어 사용시 컨테이너 이름에 적용할 정규표현식이다. 형식은 POSIX 확장 정규표현식이다. 명시적으로 <option>--filter</option>을 사용하지 않고도 사용할 수 있다.
3159N/A </para>
3159N/A </listitem>
3159N/A </varlistentry>
3159N/A </variablelist>
3159N/A
3159N/A </refsect1>
3159N/A
3159N/A <refsect1>
3159N/A <title><!-- Examples -->예제</title>
3159N/A <variablelist>
3159N/A <varlistentry>
3159N/A <term>lxc-ls --fancy</term>
3159N/A <listitem>
3159N/A <para>
3159N/A <!--
3159N/A list all the containers, listing one per line along with its
3159N/A name, state, ipv4 and ipv6 addresses.
3159N/A -->
3159N/A 모든 컨테이너를 표시한다. 1개의 행에 컨테이너의 이름, 상태, ipv4 및 ipv6 주소가 들어있다.
3159N/A </para>
3159N/A </listitem>
3159N/A </varlistentry>
3159N/A
3159N/A <varlistentry>
3159N/A <term>lxc-ls --active -1</term>
3159N/A <listitem>
3159N/A <para>
3159N/A <!--
3159N/A list active containers and display the list in one column.
3159N/A -->
3159N/A 동작 중인 컨테이너들의 리스트를 1열로 표시한다.
2453N/A </para>
1505N/A </listitem>
1505N/A </varlistentry>
1505N/A
2453N/A </variablelist>
2453N/A </refsect1>
1505N/A
583N/A &commonoptions;
2453N/A
1271N/A &seealso;
2205N/A
3159N/A <refsect1>
3159N/A <title><!-- Author -->저자</title>
3159N/A <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
3159N/A </refsect1>
3159N/A
3159N/A</refentry>
3159N/A
3159N/A<!-- Keep this comment at the end of the file
3159N/ALocal variables:
3159N/Amode: sgml
3159N/Asgml-omittag:t
2205N/Asgml-shorttag:t
3159N/Asgml-minimize-attributes:nil
3159N/Asgml-always-quote-attributes:t
3159N/Asgml-indent-step:2
3159N/Asgml-indent-data:t
3159N/Asgml-parent-document:nil
3159N/Asgml-default-dtd-file:nil
2205N/Asgml-exposed-tags:nil
50N/Asgml-local-catalogs:nil
235N/Asgml-local-ecat-files:nil
235N/AEnd:
235N/A-->
1713N/A