From ece126aa1b1fad6084291c900a63314588adc68c Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Sun, 21 Sep 2014 21:33:06 +0800 Subject: [PATCH] rewrite the introduction of docker security --- security/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/README.md b/security/README.md index a2305e7..4454a3d 100644 --- a/security/README.md +++ b/security/README.md @@ -1,5 +1,5 @@ #安全 -评估Docker的安全性时,主要考虑3个方面: -* 由内核中名字空间和控制组提供的容器的内在安全 -* Docker程序本身的抗攻击性 -* 加固内核安全性来影响容器的安全性 +评估Docker的安全性时,主要考虑三个方面: +* 由内核的名字空间和控制组机制提供的容器内在安全 +* Docker程序(特别是服务端)本身的抗攻击性 +* 内核安全性的加强机制对容器安全性的影响