docker_practice/security
Baohua Yang 34dc895942 Merge branch 'master' of github.com:yeasy/docker_practice 2014-11-07 15:27:30 +08:00
..
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +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程序特别是服务端本身的抗攻击性
  • 内核安全性的加强机制对容器安全性的影响