From 7d9625ec25e9999f9676c1674629bbc1e54538fd Mon Sep 17 00:00:00 2001 From: lcp Date: Sat, 19 Dec 2015 12:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=95=9C=E5=83=8F=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=B8=ADjson=E5=BA=94=E7=94=A8=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/create.md b/image/create.md index 504cc31..3b15490 100644 --- a/image/create.md +++ b/image/create.md @@ -10,7 +10,7 @@ root@0b2616b0e5a8:/# ``` 注意:记住容器的 ID,稍后还会用到。 -在容器中添加 json 和 gem 两个应用。 +在容器中添加 json package(一个 ruby gem)。 ``` root@0b2616b0e5a8:/# gem install json ```