]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add '--storage-type' option to lxc-start-ephemeral(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 27 Mar 2015 09:32:05 +0000 (18:32 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 10 Apr 2015 15:31:15 +0000 (11:31 -0400)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/ja/lxc-start-ephemeral.sgml.in
doc/lxc-start-ephemeral.sgml.in

index 14cd06187843f2093eb26bc5e4d8899171d3683c..3f79c742d2bd4a89e093414aa5dc896d9f2b02e3 100644 (file)
@@ -59,6 +59,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">--bdir</arg>
       <arg choice="opt">--user</arg>
       <arg choice="opt">--key</arg>
+      <arg choice="opt">--storage-type</arg>
       <arg choice="opt">--union-type</arg>
       <arg choice="opt">--keep-data</arg>
       <arg choice="opt">COMMAND</arg>
@@ -169,6 +170,20 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>
+          <option><optional>--storage-type</optional></option>
+        </term>
+        <listitem>
+          <para>
+            <!--
+            Specify the type of storage used by the container. Valid types are tmpfs or dir.
+              -->
+            コンテナが使うストレージのタイプ。tmpfs か dir を指定できます。
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>
           <option><optional>--union-type</optional></option>
index 785d8fa5c61df14e5053c4f135f3cf9eeb1e9b99..6f3a325162e015790c3328246b7abefe154a5530 100644 (file)
@@ -53,6 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <arg choice="opt">--bdir</arg>
       <arg choice="opt">--user</arg>
       <arg choice="opt">--key</arg>
+      <arg choice="opt">--storage-type</arg>
       <arg choice="opt">--union-type</arg>
       <arg choice="opt">--keep-data</arg>
       <arg choice="opt">COMMAND</arg>
@@ -139,6 +140,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>
+          <option><optional>--storage-type</optional></option>
+        </term>
+        <listitem>
+          <para>
+            Specify the type of storage used by the container. Valid types are tmpfs or dir.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>
           <option><optional>--union-type</optional></option>