[lxc-devel] [linuxcontainers.org/master] Change lxc.idmap to lxc.id_map in getting-started.

csasarak on Github lxc-bot at linuxcontainers.org
Fri Jun 29 01:27:10 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 373 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180629/90b71f6b/attachment.bin>
-------------- next part --------------
From ccb99c1f77ee8bc52c2bcca9d921820499da7022 Mon Sep 17 00:00:00 2001
From: Christopher Sasarak <csaurus at mailbox.org>
Date: Thu, 28 Jun 2018 21:25:01 -0400
Subject: [PATCH] Change lxc.idmap to lxc.id_map in getting-started.

Signed-off-by: Christopher Sasarak <csasarak at mailbox.org>
---
 content/lxc/getting-started.ja.md | 8 ++++----
 content/lxc/getting-started.ko.md | 4 ++--
 content/lxc/getting-started.md    | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/lxc/getting-started.ja.md b/content/lxc/getting-started.ja.md
index 5160aa8..f45c006 100644
--- a/content/lxc/getting-started.ja.md
+++ b/content/lxc/getting-started.ja.md
@@ -175,14 +175,14 @@ With that done, the last step is to create an LXC configuration file.
  * Create the ~/.config/lxc directory if it doesn't exist.
  * Copy /etc/lxc/default.conf to ~/.config/lxc/default.conf
  * Append the following two lines to it:
-    * lxc.idmap = u 0 100000 65536
-    * lxc.idmap = g 0 100000 65536
+    * lxc.id_map = u 0 100000 65536
+    * lxc.id_map = g 0 100000 65536
  -->
  * ~/.config/lxc ディレクトリがない場合は作成します。
  * /etc/lxc/default.conf を ~/.config/lxc/default.conf にコピーします。
  * 以下の 2 行をコピーしたファイルに追加します。
-    * lxc.idmap = u 0 100000 65536
-    * lxc.idmap = g 0 100000 65536
+    * lxc.id_map = u 0 100000 65536
+    * lxc.id_map = g 0 100000 65536
 
 <!--
 Those values should match those found in /etc/subuid and /etc/subgid, the values above are those expected
diff --git a/content/lxc/getting-started.ko.md b/content/lxc/getting-started.ko.md
index fac2c52..fce90d6 100644
--- a/content/lxc/getting-started.ko.md
+++ b/content/lxc/getting-started.ko.md
@@ -71,8 +71,8 @@ lxc-attach 사용을 위한 추가 사양 :
  *  ~/.config/lxc 디렉토리가 없다면 생성해 줍니다.
  * /etc/lxc/default.conf를 ~/.config/lxc/default.conf로 복사합니다.
  * 복사한 파일에 아래 두 줄을 추가합니다.:
-    * lxc.idmap = u 0 100000 65536
-    * lxc.idmap = g 0 100000 65536
+    * lxc.id_map = u 0 100000 65536
+    * lxc.id_map = g 0 100000 65536
 
 위 값들은 /etc/subuid and /etc/subgid에 있는 것과 동일하여야 합니다. 현재 우분투에서 첫번째 사용자인 경우라면 위와 같은 값을 가지고 있을 것입니다.
 
diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md
index e4e6d4e..3091300 100644
--- a/content/lxc/getting-started.md
+++ b/content/lxc/getting-started.md
@@ -87,8 +87,8 @@ With that done, the last step is to create an LXC configuration file.
  * Create the ~/.config/lxc directory if it doesn't exist.
  * Copy /etc/lxc/default.conf to ~/.config/lxc/default.conf
  * Append the following two lines to it:
-    * lxc.idmap = u 0 100000 65536
-    * lxc.idmap = g 0 100000 65536
+    * lxc.id_map = u 0 100000 65536
+    * lxc.id_map = g 0 100000 65536
 
 Those values should match those found in /etc/subuid and /etc/subgid, the values above are those expected
 for the first user on a standard Ubuntu system.


More information about the lxc-devel mailing list