50N/Alxc: linux Container library 50N/A(C) Copyright IBM Corp. 2007, 2008 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/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/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 202N/A<!
DOCTYPE refentry PUBLIC @
docdtd@ [
3159N/A<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
3234N/A<!
ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
1618N/A <
docinfo><
date>@LXC_GENERATE_DATE@</
date></
docinfo>
2690N/A <
refentrytitle>lxc-ls</
refentrytitle>
50N/A list the containers existing on the system 50N/A 시스템 내에 존재하는 컨테이너들의 리스트 표시
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>
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 <
title>
<!-- Description -->설명</
title>
2690N/A <command>lxc-ls</command> list the containers existing on the 2690N/A <
command>lxc-ls</
command>는 시스템 내에 존재하는 컨테이너들의 리스트를 표시한다.
2690N/A <
title>
<!-- Options -->옵션</
title>
2690N/A List only active containers (same as --frozen --running). 3234N/A 동작 중인 컨테이너들의 리스트를 표시한다. (--frozen --running과 동일)
2690N/A List only frozen containers. 2690N/A List only running containers. 2690N/A List only stopped containers. 2690N/A <
option>-f, --fancy</
option>
2690N/A Use a fancy, column-based output. 2690N/A <
option>-F, --fancy-format <
replaceable>format</
replaceable></
option>
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 --fancy로 출력할때 어떤 컬럼을 보여줄지 쉼표(,)로 구분된 리스트.
2690N/A 기본으로 표시되는 항목 및 선택할 수 있는 항목을 확인하려면 --help를 사용하면 된다.
2690N/A <
option>-g, --groups <
replaceable>groups</
replaceable></
option>
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 표시하고자하는 컨테이너 그룹의 쉼표로 구분된 리스트.
63N/A <
option>--nesting=<
replaceable>NUM</
replaceable></
option>
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 중첩된(nested) 컨테이너들의 리스트를 표시한다. 몇번 중첩된(nested) 컨테이너를 보여줄지 숫자로 지정할 수 있다.
1618N/A <
option>--filter=<
replaceable>regex</
replaceable></
option>
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 <
command>lxc-ls</
command> 명령어 사용시 컨테이너 이름에 적용할 정규표현식이다. 형식은 POSIX 확장 정규표현식이다. 명시적으로 <
option>--filter</
option>을 사용하지 않고도 사용할 수 있다.
3159N/A <
title>
<!-- Examples -->예제</
title>
3159N/A <
term>lxc-ls --fancy</
term>
3159N/A list all the containers, listing one per line along with its 3159N/A name, state, ipv4 and ipv6 addresses. 3159N/A 모든 컨테이너를 표시한다. 1개의 행에 컨테이너의 이름, 상태, ipv4 및 ipv6 주소가 들어있다.
3159N/A <
term>lxc-ls --active -1</
term>
3159N/A list active containers and display the list in one column. 3159N/A 동작 중인 컨테이너들의 리스트를 1열로 표시한다.
3159N/A <
title>
<!-- Author -->저자</
title>
3159N/A <
para>Daniel Lezcano <
email>daniel.lezcano@free.fr</
email></
para>
3159N/A<!-- Keep this comment at the end of the file 3159N/Asgml-minimize-attributes:nil 3159N/Asgml-always-quote-attributes:t 50N/Asgml-local-catalogs:nil 235N/Asgml-local-ecat-files:nil