LXC: emphasis uid start of idmap only accept '0' in docs

We don't accept any other values except '0'.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-09-23 11:40:03 +08:00 committed by Michal Privoznik
parent a71f741ec5
commit 0114a1e703

View File

@ -315,7 +315,7 @@
<dl>
<dt><code>start</code></dt>
<dd>First user ID in container.</dd>
<dd>First user ID in container. It must be '0'.</dd>
<dt><code>target</code></dt>
<dd>The first user ID in container will be mapped to this target user
ID in host.</dd>