From 2c4ede2b99968ce35daeb0595ea83438e8b95cf3 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 22 Nov 2014 15:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E9=A3=BE=E7=94=A8=E8=A9=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- container/enter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/enter.md b/container/enter.md index 09beab1..4eeb4ee 100644 --- a/container/enter.md +++ b/container/enter.md @@ -2,7 +2,7 @@ 在使用 `-d` 參數時,容器啟動後會進入後臺。 某些時候需要進入容器進行操作,有很多種方法,包括使用 `docker attach` 命令或 `nsenter` 工具等。 ### attach 命令 -`docker attach` 是Docker自帶的命令。下面示例如何使用該命令。 +`docker attach` 是Docker內建的命令。下面示例如何使用該命令。 ``` $ sudo docker run -idt ubuntu 243c32535da7d142fb0e6df616a3c3ada0b8ab417937c853a9e1c251f499f550 @@ -16,8 +16,8 @@ root@243c32535da7:/# ### nsenter 命令 #### 安裝 -`nsenter` 工具在 util-linux 包2.23版本後包含。 -如果系統中 util-linux 包沒有該命令,可以按照下面的方法從源碼安裝。 +`nsenter` 工具已含括在 util-linux 2.23 後的版本內。 +如果系統中 util-linux 包沒有該命令,可以按照下面的方法從原始碼安裝。 ``` $ cd /tmp; curl https://www.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.tar.gz | tar -zxf-; cd util-linux-2.24; $ ./configure --without-ncurses