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
95ab9daa
Commit
95ab9daa
authored
Feb 19, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
Feb 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update Japanese lxc.container.conf(5)
Update for commit
3a5ec236
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
6460d3c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+4
-3
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
95ab9daa
...
@@ -842,8 +842,9 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -842,8 +842,9 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<title><!-- /dev directory -->/dev ディレクトリ</title>
<title><!-- /dev directory -->/dev ディレクトリ</title>
<para>
<para>
<!--
<!--
By default, lxc does nothing with the container's
By default, lxc creates a few symbolic links (fd,stdin,stdout,stderr)
<filename>/dev</filename>. This allows the container's
in the container's <filename>/dev</filename> directory but does not
automatically create device node entries. This allows the container's
<filename>/dev</filename> to be set up as needed in the container
<filename>/dev</filename> to be set up as needed in the container
rootfs. If lxc.autodev is set to 1, then after mounting the container's
rootfs. If lxc.autodev is set to 1, then after mounting the container's
rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename>
rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename>
...
@@ -853,7 +854,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -853,7 +854,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
devices in the containers /dev directory may be created through the
devices in the containers /dev directory may be created through the
use of the <option>lxc.hook.autodev</option> hook.
use of the <option>lxc.hook.autodev</option> hook.
-->
-->
デフォルトでは,lxc はコンテナの <filename>/dev</filename>
については何も行い
ません.
デフォルトでは,lxc はコンテナの <filename>/dev</filename>
以下に fd, stdin, stdout, stderr のシンボリックリンクを作成しますが,自動的にはデバイスノードのエントリは作成し
ません.
これは,コンテナの rootfs で必要な設定を行えるようにするものです.
これは,コンテナの rootfs で必要な設定を行えるようにするものです.
lxc.autodev が 1 に設定されている場合,コンテナの rootfs をマウントした後,LXC は新しい tmpfs を <filename>/dev</filename> 以下にマウントします (100k 制限の).
lxc.autodev が 1 に設定されている場合,コンテナの rootfs をマウントした後,LXC は新しい tmpfs を <filename>/dev</filename> 以下にマウントします (100k 制限の).
そして初期デバイスの最小限のセットを作成します.
そして初期デバイスの最小限のセットを作成します.
...
...
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