diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 47d91ab2e6..52a6353bd6 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -285,6 +285,29 @@ +

+ If you want to enable user namespace,set the idmap element. + the uid and gid elements have three attributes: +

+ +
+
start
+
First user id in container.
+
target
+
The first user id in container will be mapped to this target user + id in host.
+
count
+
How many users in container being allowed to map to host's user.
+
+ +
+  <idmap>
+    <uid start='0' target='1000' count='10'/>
+    <gid start='0' target='1000' count='10'/>
+  </idmap>
+    
+ +

SMBIOS System Information

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index cf82878e21..6fe1f96e41 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -55,6 +55,9 @@ + + + @@ -463,6 +466,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +