Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
19326d17
Commit
19326d17
authored
Apr 02, 2015
by
KATOH Yasufumi
Committed by
Stéphane Graber
Aug 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the use of 'attach' to lxc-start-ephemeral(1)
Update for commit
8158c057
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Serge E. Hallyn
<
serge.hallyn@ubuntu.com
>
parent
a6d23f1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lxc-start-ephemeral.sgml.in
doc/ja/lxc-start-ephemeral.sgml.in
+5
-3
lxc-start-ephemeral.sgml.in
doc/lxc-start-ephemeral.sgml.in
+2
-2
No files found.
doc/ja/lxc-start-ephemeral.sgml.in
View file @
19326d17
...
@@ -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>
...
...
doc/lxc-start-ephemeral.sgml.in
View file @
19326d17
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment