[lxc-devel] [linuxcontainers.org/master] Fix typo of lxc.idmap in Japanese and Korean page

tenforward on Github lxc-bot at linuxcontainers.org
Tue Jun 19 15:00:09 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 399 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180619/dfdda3fe/attachment.bin>
-------------- next part --------------
From 6aaa39642c9878795120a3e25dc1927f974cc25c Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Tue, 19 Jun 2018 23:57:29 +0900
Subject: [PATCH] Fix typo of lxc.idmap in Japanese and Korean page

Update for commit 3367dcb

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 content/lxc/getting-started.ja.md | 10 +++++-----
 content/lxc/getting-started.ko.md |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/lxc/getting-started.ja.md b/content/lxc/getting-started.ja.md
index 0c4e8c9..5160aa8 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.id\_map = u 0 100000 65536
-    * lxc.id\_map = g 0 100000 65536
+    * lxc.idmap = u 0 100000 65536
+    * lxc.idmap = g 0 100000 65536
  -->
  * ~/.config/lxc ディレクトリがない場合は作成します。
  * /etc/lxc/default.conf を ~/.config/lxc/default.conf にコピーします。
  * 以下の 2 行をコピーしたファイルに追加します。
-    * lxc.id\_map = u 0 100000 65536
-    * lxc.id\_map = g 0 100000 65536
+    * lxc.idmap = u 0 100000 65536
+    * lxc.idmap = g 0 100000 65536
 
 <!--
 Those values should match those found in /etc/subuid and /etc/subgid, the values above are those expected
@@ -306,4 +306,4 @@ So:
 Will create a new "privileged-container" privileged container on your system using an image from the download template.
 -->
 
-以上のコマンドで、ダウンロードテンプレートからのイメージを使って、システム上に新しい "privileged-container" という名前の特権コンテナが作成されるでしょう。
\ No newline at end of file
+以上のコマンドで、ダウンロードテンプレートからのイメージを使って、システム上に新しい "privileged-container" という名前の特権コンテナが作成されるでしょう。
diff --git a/content/lxc/getting-started.ko.md b/content/lxc/getting-started.ko.md
index 6a774d1..fac2c52 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.id\_map = u 0 100000 65536
-    * lxc.id\_map = g 0 100000 65536
+    * lxc.idmap = u 0 100000 65536
+    * lxc.idmap = g 0 100000 65536
 
 위 값들은 /etc/subuid and /etc/subgid에 있는 것과 동일하여야 합니다. 현재 우분투에서 첫번째 사용자인 경우라면 위와 같은 값을 가지고 있을 것입니다.
 


More information about the lxc-devel mailing list