docker_practice/security
yeasy 9fa5ff18a7 Update content with latest docker cmd 2016-06-12 18:22:47 +08:00
..
README.md Update content with latest docker cmd 2016-06-12 18:22:47 +08:00
control_group.md 修改语句描述 2014-11-06 10:00:36 +08:00
daemon_sec.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
kernel_capability.md Minor update ignore file; Add pull_all and push_all scripts 2014-10-30 15:30:51 +08:00
kernel_ns.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
other_feature.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
summary.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00

README.md

安全

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

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