The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4438

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Closes #4437

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 477246dee2418d6473bd48da926007deea95b4fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to