]> git.proxmox.com Git - mirror_lxc.git/blobdiff - doc/ko/lxc.container.conf.sgml.in
spelling: syscall
[mirror_lxc.git] / doc / ko / lxc.container.conf.sgml.in
index a9ab3e05183e3fe918b45f5660278953deda868c..b72c88122af2838b6833debb08c3480d59039b17 100644 (file)
@@ -187,7 +187,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.utsname</option>
+           <option>lxc.uts.name</option>
          </term>
          <listitem>
            <para>
@@ -219,7 +219,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.haltsignal</option>
+            <option>lxc.signal.halt</option>
           </term>
           <listitem>
             <para>
@@ -248,7 +248,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
           <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.rebootsignal</option>
+            <option>lxc.signal.reboot</option>
           </term>
           <listitem>
             <para>
@@ -277,7 +277,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.stopsignal</option>
+            <option>lxc.signal.stop</option>
           </term>
           <listitem>
             <para>
@@ -308,7 +308,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.init_cmd</option>
+            <option>lxc.init.cmd</option>
           </term>
           <listitem>
             <para>
@@ -343,12 +343,12 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.init_uid</option>
+            <option>lxc.init.uid</option>
           </term>
           <listitem>
             <para>
               <!--
-              UID to use within a private user namesapce for init.
+              UID to use within a private user namespace for init.
                 -->
               init이 사용자 네임스페이스 안에서 사용할 UID.
             </para>
@@ -356,12 +356,12 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
         </varlistentry>
         <varlistentry>
           <term>
-            <option>lxc.init_gid</option>
+            <option>lxc.init.gid</option>
           </term>
           <listitem>
             <para>
               <!--
-              GID to use within a private user namesapce for init.
+              GID to use within a private user namespace for init.
                 -->
               init이 사용자 네임스페이스 안에서 사용할 GID.
             </para>
@@ -415,7 +415,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
         <varlistentry>
           <term>
-            <option>lxc.network</option>
+            <option>lxc.net</option>
           </term>
           <listitem>
             <para>
@@ -428,14 +428,14 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
         </varlistentry>
        <varlistentry>
          <term>
-           <option>lxc.network.type</option>
+           <option>lxc.net.[i].type</option>
          </term>
          <listitem>
            <para>
               <!--
              specify what kind of network virtualization to be used
              for the container. Each time
-             a <option>lxc.network.type</option> field is found a new
+             a <option>lxc.net.[i].type</option> field is found a new
              round of network configuration begins. In this way,
              several network virtualization types can be specified
              for the same container, as well as assigning several
@@ -443,7 +443,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
              virtualization types can be:
               -->
               컨테이너가 어떤 종류의 네트워크 가상화를 사용할지 지정한다.
-              <option>lxc.network.type</option> 필드부터 새로운 네트워크 설정이 시작된다. 이 방법으로 여러개의 네트워크 가상화 형태를 같은 컨테이너에 지정할 수 있다. 그리고 여러개의 네트워크 인터페이스를 하나의 컨테이너에 지정할 수도 있다.
+              <option>lxc.net.[i].type</option> 필드부터 새로운 네트워크 설정이 시작된다. 이 방법으로 여러개의 네트워크 가상화 형태를 같은 컨테이너에 지정할 수 있다. 그리고 여러개의 네트워크 인터페이스를 하나의 컨테이너에 지정할 수도 있다.
               지정 가능한 형태는 아래와 같다.
            </para>
 
@@ -473,7 +473,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
               <option>veth:</option> a virtual ethernet pair
               device is created with one side assigned to the container
               and the other side attached to a bridge specified by
-              the <option>lxc.network.link</option> option.
+              the <option>lxc.net.[i].link</option> option.
               If the bridge is not specified, then the veth pair device
               will be created but not attached to any bridge.
               Otherwise, the bridge has to be created on the system
@@ -485,33 +485,33 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
               container, but if you wish to handle
               this name yourselves, you can tell <command>lxc</command>
               to set a specific name with
-              the <option>lxc.network.veth.pair</option> option (except for
+              the <option>lxc.net.[i].veth.pair</option> option (except for
               unprivileged containers where this option is ignored for security
               reasons).
               -->
-              <option>veth:</option> 한 쪽은 컨테이너로, 다른 한쪽은 <option>lxc.network.link</option> 옵션으로 지정한 브리지로 붙은 가상 이더넷(veth) 장치 쌍을 생성한다.
+              <option>veth:</option> 한 쪽은 컨테이너로, 다른 한쪽은 <option>lxc.net.[i].link</option> 옵션으로 지정한 브리지로 붙은 가상 이더넷(veth) 장치 쌍을 생성한다.
               만약 브리지가 지정되지 않았다면, 어떤 브리지에도 붙지 않은  veth 장치 쌍을 만든다. 브리지는 컨테이너 시작전에 시스템에서 생성해야 한다.
-              <command>lxc</command>는 컨테이너 이외의 설정에 대해서는 다루지 않는다. 기본값으로 <command>lxc</command>는 컨테이너 바깥에 속할 네트워크 디바이스의 이름을 정해준다. 이름을 변경하기 원한다면, <command>lxc</command>가 지정한 이름으로 설정하도록 <option>lxc.network.veth.pair</option> 옵션을 사용하여야 한다. (비특권 컨테이너는 불가능하다. 이 옵션은 보안상의 이유로 무시될 것이다)
+              <command>lxc</command>는 컨테이너 이외의 설정에 대해서는 다루지 않는다. 기본값으로 <command>lxc</command>는 컨테이너 바깥에 속할 네트워크 디바이스의 이름을 정해준다. 이름을 변경하기 원한다면, <command>lxc</command>가 지정한 이름으로 설정하도록 <option>lxc.net.[i].veth.pair</option> 옵션을 사용하여야 한다. (비특권 컨테이너는 불가능하다. 이 옵션은 보안상의 이유로 무시될 것이다)
             </para>
 
            <para>
               <!--
              <option>vlan:</option> a vlan interface is linked with
              the interface specified by
-             the <option>lxc.network.link</option> and assigned to
+             the <option>lxc.net.[i].link</option> and assigned to
              the container. The vlan identifier is specified with the
-             option <option>lxc.network.vlan.id</option>.
+             option <option>lxc.net.[i].vlan.id</option>.
               -->
-              <option>vlan:</option> vlan 인터페이스는 <option>lxc.network.link</option>로 지정한 인터페이스에 연결되고, 컨테이너로 할당된다. vlan의 식별자는 <option>lxc.network.vlan.id</option> 옵션으로 지정한다.
+              <option>vlan:</option> vlan 인터페이스는 <option>lxc.net.[i].link</option>로 지정한 인터페이스에 연결되고, 컨테이너로 할당된다. vlan의 식별자는 <option>lxc.net.[i].vlan.id</option> 옵션으로 지정한다.
            </para>
 
            <para>
               <!--
              <option>macvlan:</option> a macvlan interface is linked
              with the interface specified by
-             the <option>lxc.network.link</option> and assigned to
+             the <option>lxc.net.[i].link</option> and assigned to
              the container.
-             <option>lxc.network.macvlan.mode</option> specifies the
+             <option>lxc.net.[i].macvlan.mode</option> specifies the
              mode the macvlan will use to communicate between
              different macvlan on the same upper device. The accepted
               modes are <option>private</option>, <option>vepa</option>,
@@ -540,8 +540,8 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
               interface. Only one macvlan interface in <option>passthru</option>
               mode is possible for one physical interface.
               -->
-              <option>macvlan:</option> macvlan 인터페이스는 <option>lxc.network.link</option>로 지정한 인터페이스에 연결되고, 컨테이너로 할당된다.
-              <option>lxc.network.macvlan.mode</option>은 같은 상위 디바이스에 있는 다른 macvlan과 통신할 때 사용하는 모드를 지정한다.
+              <option>macvlan:</option> macvlan 인터페이스는 <option>lxc.net.[i].link</option>로 지정한 인터페이스에 연결되고, 컨테이너로 할당된다.
+              <option>lxc.net.[i].macvlan.mode</option>은 같은 상위 디바이스에 있는 다른 macvlan과 통신할 때 사용하는 모드를 지정한다.
               지정할 수 있는 모드는 <option>private</option>、<option>vepa</option>、<option>bridge</option>、<option>passthru</option>이다.
               <option>private</option>모드는 디바이스가 같은 상위디바이스의 어떤 장치와도 통신하지 않는다. (기본값)
               새로운 가상 이더넷 포트 통합모드(Virtual Ethernet Port Aggregator), 즉 <option>vepa</option> 모드는 인접한 브리지가 소스와 목적지가 로컬인 모든 프레임들을 macvlan 포트로 반환한다고 가정한다. 즉,  브리지가 reflective relay로 설정되어 있다는 것이다.
@@ -558,17 +558,17 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
            <para>
               <!--
              <option>phys:</option> an already existing interface
-             specified by the <option>lxc.network.link</option> is
+             specified by the <option>lxc.net.[i].link</option> is
              assigned to the container.
               -->
-              <option>phys:</option> <option>lxc.network.link</option>로 지정한 이미 존재하는 인터페이스를 컨테이너로 할당된다.
+              <option>phys:</option> <option>lxc.net.[i].link</option>로 지정한 이미 존재하는 인터페이스를 컨테이너로 할당된다.
            </para>
          </listitem>
          </varlistentry>
 
        <varlistentry>
          <term>
-           <option>lxc.network.flags</option>
+           <option>lxc.net.[i].flags</option>
          </term>
          <listitem>
            <para>
@@ -590,7 +590,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.link</option>
+           <option>lxc.net.[i].link</option>
          </term>
          <listitem>
            <para>
@@ -605,7 +605,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.mtu</option>
+           <option>lxc.net.[i].mtu</option>
          </term>
          <listitem>
            <para>
@@ -619,7 +619,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.name</option>
+           <option>lxc.net.[i].name</option>
          </term>
          <listitem>
            <para>
@@ -638,7 +638,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.hwaddr</option>
+           <option>lxc.net.[i].hwaddr</option>
          </term>
          <listitem>
            <para>
@@ -658,7 +658,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.ipv4</option>
+           <option>lxc.net.[i].ipv4.address</option>
          </term>
          <listitem>
            <para>
@@ -679,7 +679,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.ipv4.gateway</option>
+           <option>lxc.net.[i].ipv4.gateway</option>
          </term>
          <listitem>
            <para>
@@ -691,7 +691,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
              Can also have the special value <option>auto</option>,
              which means to take the primary address from the bridge
              interface (as specified by the
-             <option>lxc.network.link</option> option) and use that as
+             <option>lxc.net.[i].link</option> option) and use that as
              the gateway. <option>auto</option> is only available when
              using the <option>veth</option> and
              <option>macvlan</option> network types.
@@ -700,7 +700,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
               주소 형식은 x.y.z.t로, 예를 들면 192.168.1.123이다.
 
               <option>auto</option>라는 특별한 값을 지정할 수있다.
-              이것은 (<option>lxc.network.link</option> 에서 지정된) 브리지 인터페이스의 첫번째 주소를 가져와 게이트 주소로 사용한다.
+              이것은 (<option>lxc.net.[i].link</option> 에서 지정된) 브리지 인터페이스의 첫번째 주소를 가져와 게이트 주소로 사용한다.
               <option>auto</option>는 네트워크 형태가 <option>veth</option>나 <option>macvlan</option>일 때만 지정 가능하다.
            </para>
          </listitem>
@@ -709,7 +709,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.ipv6</option>
+           <option>lxc.net.[i].ipv6.address</option>
          </term>
          <listitem>
            <para>
@@ -728,7 +728,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.ipv6.gateway</option>
+           <option>lxc.net.[i].ipv6.gateway</option>
          </term>
          <listitem>
            <para>
@@ -740,7 +740,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
              Can also have the special value <option>auto</option>,
              which means to take the primary address from the bridge
              interface (as specified by the
-             <option>lxc.network.link</option> option) and use that as
+             <option>lxc.net.[i].link</option> option) and use that as
              the gateway. <option>auto</option> is only available when
              using the <option>veth</option> and
              <option>macvlan</option> network types.
@@ -749,7 +749,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
               주소 형식은 x::y로, 예를 들면 2003:db8:1:0::1이다.
 
               <option>auto</option>라는 특별한 값을 지정할 수있다.
-              이것은 (<option>lxc.network.link</option> 에서 지정된) 브리지 인터페이스의 첫번째 주소를 가져와 게이트 주소로 사용한다.
+              이것은 (<option>lxc.net.[i].link</option> 에서 지정된) 브리지 인터페이스의 첫번째 주소를 가져와 게이트 주소로 사용한다.
 <option>auto</option>는 네트워크 형태가 <option>veth</option>나 <option>macvlan</option>일 때만 지정 가능하다.
            </para>
          </listitem>
@@ -757,7 +757,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.script.up</option>
+           <option>lxc.net.[i].script.up</option>
          </term>
          <listitem>
            <para>
@@ -790,7 +790,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
 
        <varlistentry>
          <term>
-           <option>lxc.network.script.down</option>
+           <option>lxc.net.[i].script.down</option>
          </term>
          <listitem>
            <para>
@@ -837,7 +837,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.pts</option>
+           <option>lxc.pty.max</option>
          </term>
          <listitem>
            <para>
@@ -881,7 +881,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
        </varlistentry>
        <varlistentry>
          <term>
-           <option>lxc.console</option>
+           <option>lxc.console.path</option>
          </term>
          <listitem>
            <para>
@@ -920,7 +920,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.tty</option>
+           <option>lxc.tty.max</option>
          </term>
          <listitem>
            <para>
@@ -957,7 +957,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.devttydir</option>
+           <option>lxc.tty.dir</option>
          </term>
          <listitem>
            <para>
@@ -1069,7 +1069,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.mount</option>
+           <option>lxc.mount.fstab</option>
          </term>
          <listitem>
            <para>
@@ -1426,7 +1426,7 @@ proc proc proc nodev,noexec,nosuid 0 0
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.rootfs</option>
+           <option>lxc.rootfs.path</option>
          </term>
          <listitem>
            <para>
@@ -1471,7 +1471,7 @@ proc proc proc nodev,noexec,nosuid 0 0
          <listitem>
            <para>
               <!--
-             where to recursively bind <option>lxc.rootfs</option>
+             where to recursively bind <option>lxc.rootfs.path</option>
              before pivoting.  This is to ensure success of the
              <citerefentry>
                <refentrytitle><command>pivot_root</command></refentrytitle>
@@ -1480,7 +1480,7 @@ proc proc proc nodev,noexec,nosuid 0 0
              syscall.  Any directory suffices, the default should
              generally work.
               -->
-              루트 파일시스템을 변경하기 전에, <option>lxc.rootfs</option>을 어디에 재귀적으로 바인드할지 정한다. 이는 
+              루트 파일시스템을 변경하기 전에, <option>lxc.rootfs.path</option>을 어디에 재귀적으로 바인드할지 정한다. 이는 
              <citerefentry>
                <refentrytitle><command>pivot_root</command></refentrytitle>
                <manvolnum>8</manvolnum>
@@ -1505,23 +1505,6 @@ proc proc proc nodev,noexec,nosuid 0 0
          </listitem>
        </varlistentry>
 
-        <varlistentry>
-          <term>
-            <option>lxc.rootfs.backend</option>
-          </term>
-          <listitem>
-            <para>
-              <!--
-              specify the rootfs backend type to use, for instance 'dir' or
-              'zfs'.  While this can be guessed by lxc at container startup,
-              doing so takes time.  Specifying it here avoids extra
-              processing.
-              -->
-              사용하고자 하는 백엔드 루트파일 시스템의 종류를 지정한다. 'dir' 또는 'zfs'로 지정할 수 있다. 컨테이너 시작시 어떤 종류인지 추정하는 동안, 시간이 소요될 수 있다. 이 값을 지정함으로써 추가적인 처리를 피할 수 있다.
-            </para>
-          </listitem>
-        </varlistentry>
-
       </variablelist>
     </refsect2>
 
@@ -1640,14 +1623,14 @@ proc proc proc nodev,noexec,nosuid 0 0
        container should be run can be specified in the container
         configuration.  The default is <command>lxc-container-default-cgns</command>
        if the host kernel is cgroup namespace aware, or
-       <command>lxc-container-default</command> othewise.
+       <command>lxc-container-default</command> otherwise.
         -->
         lxc가 apparmor를 지원하도록 컴파일된 후 설치되었고, 호스트 시스템에서 apparmor가 활성화되었다면, 컨테이너에서 따라야할 apparmor 프로파일을 컨테이너 설정에서 지정할 수 있다. 기본값은 호스트 커널이 cgroup 네임스페이스를 지원하면 <command>lxc-container-default-cgns</command>이고, 그렇지 않다면 <command>lxc-container-default</command>이다.
       </para>
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.aa_profile</option>
+           <option>lxc.apparmor.profile</option>
          </term>
          <listitem>
            <para>
@@ -1659,7 +1642,7 @@ proc proc proc nodev,noexec,nosuid 0 0
               컨테이너가 따라야할 apparmor 프로파일을 지정한다.
               컨테이너가 apparmor로 인한 제한을 받지 않도록 하려면, 아래와 같이 지정하면 된다.
            </para>
-             <programlisting>lxc.aa_profile = unconfined</programlisting>
+             <programlisting>lxc.apparmor.profile = unconfined</programlisting>
             <para>
              <!--
               If the apparmor profile should remain unchanged (i.e. if you
@@ -1667,12 +1650,12 @@ proc proc proc nodev,noexec,nosuid 0 0
              -->
               apparmor 프로파일이 변경되지 않아야 한다면(중첩 컨테이너 안에 있고, 이미 confined된 경우), 아래와 같이 지정하면 된다.
             </para>
-              <programlisting>lxc.aa_profile = unchanged</programlisting>
+              <programlisting>lxc.apparmor.profile = unchanged</programlisting>
          </listitem>
        </varlistentry>
        <varlistentry>
          <term>
-           <option>lxc.aa_allow_incomplete</option>
+           <option>lxc.apparmor.allow_incomplete</option>
          </term>
          <listitem>
            <para>
@@ -1721,7 +1704,7 @@ proc proc proc nodev,noexec,nosuid 0 0
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.se_context</option>
+           <option>lxc.selinux.context</option>
          </term>
          <listitem>
            <para>
@@ -1731,7 +1714,7 @@ proc proc proc nodev,noexec,nosuid 0 0
               -->
               컨테이너가 따라야할 SELinux 컨텍스트를 지정하거나, <command>unconfined_t</command>를 지정할 수 있다. 예를 들어 아래와 같이 지정 가능하다.
            </para>
-           <programlisting>lxc.se_context = system_u:system_r:lxc_t:s0:c22</programlisting>
+           <programlisting>lxc.selinux.context = system_u:system_r:lxc_t:s0:c22</programlisting>
          </listitem>
        </varlistentry>
       </variablelist>
@@ -1755,7 +1738,7 @@ proc proc proc nodev,noexec,nosuid 0 0
         Versions 1 and 2 are currently supported.  In version 1, the
        policy is a simple whitelist.  The second line therefore must
        read "whitelist", with the rest of the file containing one (numeric)
-       sycall number per line.  Each syscall number is whitelisted,
+       syscall number per line.  Each syscall number is whitelisted,
        while every unlisted number is blacklisted for use in the container
         -->
         현재는 버전1과 2만 지원된다. 버전 1에서는 정책은 단순한 화이트리스트이다. 그러므로 두번째 라인은 반드시 "whitelist"여야 한다. 파일의 나머지 내용은 한 줄에 하나의 시스템콜 번호로 채워진다. 화이트리스트에 없는 번호는 컨테이너에서 블랙리스트로 들어간다.
@@ -1785,7 +1768,7 @@ mknod errno 0
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.seccomp</option>
+           <option>lxc.seccomp.profile</option>
          </term>
          <listitem>
            <para>
@@ -1856,7 +1839,7 @@ mknod errno 0
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.id_map</option>
+           <option>lxc.idmap</option>
          </term>
          <listitem>
            <para>
@@ -1906,7 +1889,7 @@ mknod errno 0
          <listitem><para> LXC_ROOTFS_MOUNT: the path to the mounted root filesystem. </para></listitem>
          <listitem><para> LXC_CONFIG_FILE: the path to the container configuration file. </para></listitem>
          <listitem><para> LXC_SRC_NAME: in the case of the clone hook, this is the original container's name. </para></listitem>
-         <listitem><para> LXC_ROOTFS_PATH: this is the lxc.rootfs entry for the container.  Note this is likely not where the mounted rootfs is to be found, use LXC_ROOTFS_MOUNT for that. </para></listitem>
+         <listitem><para> LXC_ROOTFS_PATH: this is the lxc.rootfs.path entry for the container.  Note this is likely not where the mounted rootfs is to be found, use LXC_ROOTFS_MOUNT for that. </para></listitem>
        </itemizedlist>
         -->
         컨테이너 훅이 실행될 때, 정보는 명령어 인수나 환경 변수를 통해 넘겨진다.
@@ -1923,7 +1906,7 @@ mknod errno 0
          <listitem><para> LXC_ROOTFS_MOUNT: 마운트될 루트 파일시스템의 경로</para></listitem>
          <listitem><para> LXC_CONFIG_FILE: 컨테이너 설정파일의 경로</para></listitem>
          <listitem><para> LXC_SRC_NAME: clone 훅의 경우, 원본 컨테이너의 이름</para></listitem>
-         <listitem><para> LXC_ROOTFS_PATH: 컨테이너의 lxc.rootfs 항목. 이 것은 마운트된 루트 파일시스템을 가리키는 것이 아님에 주의해야한다. 그 목적을 위해서는  LXC_ROOTFS_MOUNT를 사용해야 한다.</para></listitem>
+         <listitem><para> LXC_ROOTFS_PATH: 컨테이너의 lxc.rootfs.path 항목. 이 것은 마운트된 루트 파일시스템을 가리키는 것이 아님에 주의해야한다. 그 목적을 위해서는  LXC_ROOTFS_MOUNT를 사용해야 한다.</para></listitem>
         </itemizedlist>
       </para>
       <para>
@@ -2167,10 +2150,10 @@ mknod errno 0
            <para>
               <!--
              The path to the console output of the container if not NULL.
-             [<option>-c</option>] [<option>lxc.console</option>]
+             [<option>-c</option>] [<option>lxc.console.path</option>]
               -->
               NULL이 아니라면, 컨테이너의 콘솔의 출력이 저장될 경로.
-             [<option>-c</option>] [<option>lxc.console</option>]
+             [<option>-c</option>] [<option>lxc.console.path</option>]
            </para>
          </listitem>
        </varlistentry>
@@ -2223,10 +2206,10 @@ mknod errno 0
               <!--
              The host relative path to the container root which has been
              mounted to the rootfs.mount location.
-             [<option>lxc.rootfs</option>]
+             [<option>lxc.rootfs.path</option>]
               -->
               rootfs.mount에 마운트된 컨테이너 루트의 호스트에서의 경로이다.
-              [<option>lxc.rootfs</option>]
+              [<option>lxc.rootfs.path</option>]
            </para>
          </listitem>
        </varlistentry>
@@ -2308,7 +2291,7 @@ mknod errno 0
       <variablelist>
        <varlistentry>
          <term>
-           <option>lxc.loglevel</option>
+           <option>lxc.log.level</option>
          </term>
          <listitem>
            <para>
@@ -2338,7 +2321,7 @@ mknod errno 0
        </varlistentry>
        <varlistentry>
          <term>
-           <option>lxc.logfile</option>
+           <option>lxc.log</option>
          </term>
          <listitem>
            <para>
@@ -2351,17 +2334,17 @@ mknod errno 0
        </varlistentry>
        <varlistentry>
          <term>
-           <option>lxc.syslog</option>
+           <option>lxc.log.syslog</option>
          </term>
          <listitem>
            <para>
              <!--
                  Send logging info to syslog. It respects the log level defined in
-                 <command>lxc.loglevel</command>. The argument should be the syslog
+                 <command>lxc.log.level</command>. The argument should be the syslog
                  facility to use, valid ones are: daemon, local0, local1, local2,
                  local3, local4, local5, local5, local7.
              -->
-             로그정보를 syslog에 보낸다. 로그 수준은 <command>lxc.loglevel</command>로 지정할 수 있다. 인자는 syslog에 정의된 값으로만 지정할 수 있다. 사용 가능한 값은 다음과 같다 : daemon, local0, local1, local2, local3, local4, local5, local5, local7 
+             로그정보를 syslog에 보낸다. 로그 수준은 <command>lxc.log.level</command>로 지정할 수 있다. 인자는 syslog에 정의된 값으로만 지정할 수 있다. 사용 가능한 값은 다음과 같다 : daemon, local0, local1, local2, local3, local4, local5, local5, local7 
            </para>
          </listitem>
        </varlistentry>
@@ -2563,14 +2546,14 @@ mknod errno 0
         이 설정은 컨테이너가 한 쪽은 (이전에 시스템에 이미 생성된) br0 브리지에 연결되어 있는 veth 장치 쌍을 사용하도록 세팅한다. 가상 네트워크 장치는 컨테이너 내에서 eth0라는 이름을 갖는다.
       </para>
       <programlisting>
-       lxc.utsname = myhostname
-       lxc.network.type = veth
-       lxc.network.flags = up
-       lxc.network.link = br0
-       lxc.network.name = eth0
-       lxc.network.hwaddr = 4a:49:43:49:79:bf
-       lxc.network.ipv4 = 1.2.3.5/24 1.2.3.255
-       lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
+       lxc.uts.name = myhostname
+       lxc.net.0.type = veth
+       lxc.net.0.flags = up
+       lxc.net.0.link = br0
+       lxc.net.0.name = eth0
+       lxc.net.0.hwaddr = 4a:49:43:49:79:bf
+       lxc.net.0.ipv4.address = 1.2.3.5/24 1.2.3.255
+       lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3597
       </programlisting>
     </refsect2>
 
@@ -2581,8 +2564,8 @@ mknod errno 0
         이 설정은 UID와 GID 둘다를 컨테이너의 0 ~ 9999를 호스트의 100000 ~ 109999로 매핑한다.
       </para>
       <programlisting>
-       lxc.id_map = u 0 100000 10000
-       lxc.id_map = g 0 100000 10000
+       lxc.idmap = u 0 100000 10000
+       lxc.idmap = g 0 100000 10000
       </programlisting>
     </refsect2>
 
@@ -2613,35 +2596,35 @@ mknod errno 0
         아래의 예제는 복잡한 네트워크 스택, 컨트롤 그룹 사용, 호스트 이름 설정, 몇몇 장소 마운트, 루트 파일시스템 변경 등의 복잡한 설정을 보여준다.
       </para>
       <programlisting>
-       lxc.utsname = complex
-       lxc.network.type = veth
-       lxc.network.flags = up
-       lxc.network.link = br0
-       lxc.network.hwaddr = 4a:49:43:49:79:bf
-       lxc.network.ipv4 = 10.2.3.5/24 10.2.3.255
-       lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
-       lxc.network.ipv6 = 2003:db8:1:0:214:5432:feab:3588
-       lxc.network.type = macvlan
-       lxc.network.flags = up
-       lxc.network.link = eth0
-       lxc.network.hwaddr = 4a:49:43:49:79:bd
-       lxc.network.ipv4 = 10.2.3.4/24
-       lxc.network.ipv4 = 192.168.10.125/24
-       lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
-       lxc.network.type = phys
-       lxc.network.flags = up
-       lxc.network.link = dummy0
-       lxc.network.hwaddr = 4a:49:43:49:79:ff
-       lxc.network.ipv4 = 10.2.3.6/24
-       lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3297
+       lxc.uts.name = complex
+       lxc.net.0.type = veth
+       lxc.net.0.flags = up
+       lxc.net.0.link = br0
+       lxc.net.0.hwaddr = 4a:49:43:49:79:bf
+       lxc.net.0.ipv4.address = 10.2.3.5/24 10.2.3.255
+       lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3597
+       lxc.net.0.ipv6.address = 2003:db8:1:0:214:5432:feab:3588
+       lxc.net.1.type = macvlan
+       lxc.net.1.flags = up
+       lxc.net.1.link = eth0
+       lxc.net.1.hwaddr = 4a:49:43:49:79:bd
+       lxc.net.1.ipv4.address = 10.2.3.4/24
+       lxc.net.1.ipv4.address = 192.168.10.125/24
+       lxc.net.1.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3596
+       lxc.net.2.type = phys
+       lxc.net.2.flags = up
+       lxc.net.2.link = dummy0
+       lxc.net.2.hwaddr = 4a:49:43:49:79:ff
+       lxc.net.2.ipv4.address = 10.2.3.6/24
+       lxc.net.2.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3297
        lxc.cgroup.cpuset.cpus = 0,1
        lxc.cgroup.cpu.shares = 1234
        lxc.cgroup.devices.deny = a
        lxc.cgroup.devices.allow = c 1:3 rw
        lxc.cgroup.devices.allow = b 8:0 rw
-       lxc.mount = /etc/fstab.complex
+       lxc.mount.fstab = /etc/fstab.complex
        lxc.mount.entry = /lib /root/myrootfs/lib none ro,bind 0 0
-       lxc.rootfs = /mnt/rootfs.complex
+       lxc.rootfs.path = dir:/mnt/rootfs.complex
        lxc.cap.drop = sys_module mknod setuid net_raw
        lxc.cap.drop = mac_override
       </programlisting>