docker_practice/security/README.md
Tao Wang a37cf1b88c 将 "名字空间" 改为 "命名空间"
Namespace 术语一般的翻译是"命名空间",参见 <https://zh.wikipedia.org/zh-cn/%E5%91%BD%E5%90%8D%E7%A9%BA%E9%97%B4>

Signed-off-by: Tao Wang <twang2218@gmail.com>
2016-11-15 06:56:29 +11:00

7 lines
261 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 安全
评估 Docker 的安全性时主要考虑三个方面:
* 由内核的命名空间和控制组机制提供的容器内在安全
* Docker 程序特别是服务端本身的抗攻击性
* 内核安全性的加强机制对容器安全性的影响