mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:31:36 +00:00
doc: Add lxc.monitor.unshare to Korean lxc.container.conf(5)
Update for commita8dfe4e
and6039eaa
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
040fef656c
commit
d1f81425d2
@ -2281,6 +2281,22 @@ mknod errno 0
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>lxc.monitor.unshare</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<!--
|
||||
If not zero the mount namespace will be unshared from the host
|
||||
before initializing the container (before running any pre-start
|
||||
hooks). This requires the CAP_SYS_ADMIN capability at startup.
|
||||
Default is 0.
|
||||
-->
|
||||
값이 0이 아니라면, 컨테이너가 초기화되기 전 (pre-start 훅이 실행 되기 전) 호스트로부터 마운트 네임스페이스를 unshare 한다. 시작시에 CAP_SYS_ADMIN 캐퍼빌리티가 요구된다. 기본값은 0이다.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>lxc.group</option>
|
||||
|
Loading…
Reference in New Issue
Block a user