diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 65ebb44f4..4a5905e4e 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -1953,6 +1953,25 @@ by KATOH Yasufumi + + + + + + + + LXC に root cgroup へのエスケープを行わないように指示するには、この値を 1 に設定してください。 + これにより、ユーザは cgroup2 と systemd が強制する制限を遵守するのが容易になります。 + 具体的には、これにより LXC コンテナを systemd のサービスとして実行できます。 + + + diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index 00b51a94a..ba88587d4 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1470,6 +1470,20 @@ dev/null proc/kcore none bind,relative 0 0 + + + + + + + Set this to 1 to instruct LXC to never escape to the + root cgroup. This makes it easy for users to adhere to + restrictions enforced by cgroup2 and + systemd. Specifically, this makes it possible to run LXC + containers as systemd services. + + +