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
a363e326
Commit
a363e326
authored
Oct 06, 2017
by
Christian Brauner
Committed by
GitHub
Oct 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1846 from tenforward/japanese
Add lxc.hook.start-host and lxc.execute.cmd to Japanese man page
parents
c38d860c
fcd95ae9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
14 deletions
+39
-14
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+36
-8
lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
+3
-6
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
a363e326
...
@@ -337,26 +337,37 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -337,26 +337,37 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para>
<para>
<!--
<!--
Sets the command to use as the init system for the containers.
Sets the command to use as the init system for the containers.
This option is ignored when using lxc-execute.
Defaults to: /sbin/init
-->
-->
コンテナの init として使うコマンドを設定します。
コンテナの init として使うコマンドを設定します。
このオプションは lxc-execute では無視されます。
デフォルトは /sbin/init です。
</para>
</para>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term>
<term>
<option>lxc.execute.cmd</option>
</term>
<listitem>
<para>
<!--
Absolute path from container rootfs to the binary to run by default. This
mostly makes sense for lxc-execute.
-->
デフォルトで実行するバイナリのコンテナの root からの絶対パスを指定します。これは <command>lxc-execute</command> のための設定です。
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<option>lxc.init.cmd</option>
<option>lxc.init.cmd</option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
Absolute path from container rootfs to the binary to use as init.
Absolute path from container rootfs to the binary to use as init. This
mostly makes sense for lxc-start. Default is /sbin/init.
-->
-->
init として使うバイナリの、コンテナの root
fs からの絶対パスを指定しま
す。
init として使うバイナリの、コンテナの root
からの絶対パスを指定します。これは <command>lxc-start</command> のための設定です。デフォルトは <command>/sbin/init</command> で
す。
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -2096,6 +2107,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -2096,6 +2107,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term>
<term>
<option>lxc.hook.start-host</option>
</term>
<listitem>
<para>
<!--
A hook to be run in the host's namespace after the
container has been setup, and immediately before starting
the container init.
-->
コンテナのセットアップが済んだあと、コンテナの init を実行する直前に、ホストの名前空間で実行するためのフックです。
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
<option>lxc.hook.start</option>
<option>lxc.hook.start</option>
</term>
</term>
<listitem>
<listitem>
...
...
doc/lxc.container.conf.sgml.in
View file @
a363e326
...
@@ -255,10 +255,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -255,10 +255,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<title>Init command</title>
<title>Init command</title>
<para>
<para>
Sets the command to use as the init system for the containers.
Sets the command to use as the init system for the containers.
This option is ignored when using lxc-execute.
Defaults to: /sbin/init
</para>
</para>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
...
@@ -268,7 +264,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -268,7 +264,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<listitem>
<listitem>
<para>
<para>
Absolute path from container rootfs to the binary to run by default. This
Absolute path from container rootfs to the binary to run by default. This
mostly makes sense for
lxc-execute
.
mostly makes sense for
<command>lxc-execute</command>
.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -280,7 +276,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -280,7 +276,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</term>
</term>
<listitem>
<listitem>
<para>
<para>
Absolute path from container rootfs to the binary to use as init.
Absolute path from container rootfs to the binary to use as init. This
mostly makes sense for <command>lxc-start</command>. Default is <command>/sbin/init</command>.
</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