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
07410c63
Commit
07410c63
authored
Feb 21, 2018
by
KATOH Yasufumi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add the describe of mount propagation to Japanese lxc.container.conf(5)
Update for commit
d840039e
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
a2fbabed
Show 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 @
07410c63
...
@@ -1392,20 +1392,21 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -1392,20 +1392,21 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
s
pecify a mount point corresponding to a line in the
S
pecify a mount point corresponding to a line in the
fstab format.
fstab format.
-->
-->
fstab フォーマットの一行と同じフォーマットのマウントポイントの指定をします。
fstab フォーマットの一行と同じフォーマットのマウントポイントの指定をします。
<!--
<!--
Moreover lxc add two options to mount.
Moreover lxc supports mount propagation, such as rslave or
rprivate, and adds three additional mount options.
<option>optional</option> don't fail if mount does not work.
<option>optional</option> don't fail if mount does not work.
<option>create=dir</option> or <option>create=file</option>
<option>create=dir</option> or <option>create=file</option>
to create dir (or file) when the point will be mounted.
to create dir (or file) when the point will be mounted.
<option>relative</option> source path is taken to be relative to
<option>relative</option> source path is taken to be relative to
the mounted container root. For instance,
the mounted container root. For instance,
-->
-->
fstab フォーマットに加えて、LXC ではマウントに対して独自の 2 つの
オプションが使えます。
加えて、LXC では rslave や rprivate といったマウント・プロパゲーションオプションと、独自の 3 つのマウント
オプションが使えます。
<option>optional</option> は、マウントが失敗しても失敗を返さずに無視します。
<option>optional</option> は、マウントが失敗しても失敗を返さずに無視します。
<option>create=dir</option> と <option>create=file</option> は、マウントポイントをマウントする際にディレクトリもしくはファイルを作成します。
<option>create=dir</option> と <option>create=file</option> は、マウントポイントをマウントする際にディレクトリもしくはファイルを作成します。
<option>relative</option> を指定すると、マウントされたコンテナルートからの相対パスとして取得されます。
<option>relative</option> を指定すると、マウントされたコンテナルートからの相対パスとして取得されます。
...
...
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