[lxc-devel] [lxd/master] doc: Fix example in userns-idmap

stgraber on Github lxc-bot at linuxcontainers.org
Tue Apr 10 09:48:36 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180410/9d865ec6/attachment.bin>
-------------- next part --------------
From 477246dee2418d6473bd48da926007deea95b4fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 10 Apr 2018 11:47:48 +0200
Subject: [PATCH] doc: Fix example in userns-idmap
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #4437

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/userns-idmap.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/userns-idmap.md b/doc/userns-idmap.md
index 6421580875..f6daa6dee8 100644
--- a/doc/userns-idmap.md
+++ b/doc/userns-idmap.md
@@ -71,7 +71,7 @@ uid-shifting filesystem. The per-container configuration key for this is
 
     both 1000 1000
     uid 50-60 500-510
-    gid 10000-110000 10000-20000
+    gid 100000-110000 10000-20000
 
 The first line configures both the uid and gid 1000 on the host to map to uid
 1000 inside the container (this can be used for example to bind mount a user's


More information about the lxc-devel mailing list