Unverified Commit 8da51ee9 by Christian Brauner Committed by GitHub

Merge pull request #2503 from tenforward/japanese

doc: Add incompatibility with network type=none into Japanese man
parents 542d0f26 e0e360c5
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment