From: Chen Hanxiao Date: Tue, 23 Sep 2014 03:40:03 +0000 (+0800) Subject: LXC: emphasis uid start of idmap only accept '0' in docs X-Git-Tag: v1.2.9-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0114a1e7037e3df30c08f587d5c6256a89c91aed;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index eefdd5e5fc..bb72452c05 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -315,7 +315,7 @@
start
-
First user ID in container.
+
First user ID in container. It must be '0'.
target
The first user ID in container will be mapped to this target user ID in host.