docker_practice/security
Baohua Yang ed2750776a Rewrite the other security feature part and security summary part 2014-09-22 11:19:52 +08:00
..
README.md rewrite the introduction of docker security 2014-09-21 21:33:06 +08:00
control_group.md rewrite the control group part 2014-09-21 21:33:51 +08:00
daemon_sec.md Merge branch 'master' of https://github.com/cxjava/docker_practice into cxjava-master 2014-09-22 10:04:22 +08:00
kernel_capability.md Update the term to better meaning 2014-09-22 10:56:15 +08:00
kernel_ns.md Merge branch 'master' of https://github.com/cxjava/docker_practice into cxjava-master 2014-09-22 10:04:22 +08:00
other_feature.md Rewrite the other security feature part and security summary part 2014-09-22 11:19:52 +08:00
summary.md Rewrite the other security feature part and security summary part 2014-09-22 11:19:52 +08:00

README.md

#安全 评估Docker的安全性时主要考虑三个方面:

  • 由内核的名字空间和控制组机制提供的容器内在安全
  • Docker程序特别是服务端本身的抗攻击性
  • 内核安全性的加强机制对容器安全性的影响