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
7b82a74f
Unverified
Commit
7b82a74f
authored
Jul 31, 2018
by
KATOH Yasufumi
Committed by
Christian Brauner
Jul 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add incompatibility with network type=none into Japanese man
Update for commit
e4b3e369
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
10407e50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+4
-1
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
7b82a74f
...
@@ -566,11 +566,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -566,11 +566,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
network devices are usable in the container. It also
network devices are usable in the container. It also
means that if both the container and host have upstart as
means that if both the container and host have upstart as
init, 'halt' in a container (for instance) will shut down the
init, 'halt' in a container (for instance) will shut down the
host.
host. Note that unprivileged containers do not work with this
setting due to an inability to mount sysfs. An unsafe workaround
would be to bind mount the host's sysfs.
-->
-->
<option>none:</option> ホストのネットワーク名前空間を共有します。
<option>none:</option> ホストのネットワーク名前空間を共有します。
これにより、ホストのネットワークデバイスをコンテナ内で使うことが可能になります。
これにより、ホストのネットワークデバイスをコンテナ内で使うことが可能になります。
もしコンテナもホストも init として upstart を使っている場合、(例えば) コンテナ内で 'halt' を実行すると、ホストがシャットダウンしてしまうことにもなります。
もしコンテナもホストも init として upstart を使っている場合、(例えば) コンテナ内で 'halt' を実行すると、ホストがシャットダウンしてしまうことにもなります。
非特権コンテナでは、sysfs をマウントできないので、この設定は動作しません。この問題に対する回避策は、ホストの sysfs を bind マウントすることです。ただしこの回避策は安全ではありません。
</para>
</para>
<para>
<para>
...
...
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