Commit 19326d17 by KATOH Yasufumi Committed by Stéphane Graber

Add the use of 'attach' to lxc-start-ephemeral(1)

parent a6d23f1c
...@@ -224,10 +224,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -224,10 +224,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para> <para>
<!-- <!--
Immediately run the provided command in the container. Immediately run the provided command in the container.
This currently uses ssh (not attach) and is incompatible This uses attach if the kernel supports it, otherwise uses ssh.
with daemon mode. This is incompatible with daemon mode.
--> -->
即座に指定したコマンドをコンテナ内で実行します。現時点では (attach ではなく) ssh を使用します。そしてデーモンモードと両方を指定することはできません。 即座に指定したコマンドをコンテナ内で実行します。
コマンドを実行する際、カーネルがサポートしている場合は lxc-start-ephemeral は attach を使います。
カーネルがサポートしていない場合は ssh を使います。
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
...@@ -183,8 +183,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -183,8 +183,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<listitem> <listitem>
<para> <para>
Immediately run the provided command in the container. Immediately run the provided command in the container.
This currently uses ssh (not attach) and is incompatible This uses attach if the kernel supports it, otherwise uses ssh.
with daemon mode. This is incompatible with daemon mode.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment